Skip to content

Commit

Permalink
Added status code to fail message
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Jun 10, 2024
1 parent 00594e8 commit a855035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MullvadVPNUITests/Networking/PartnerAPIClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class PartnerAPIClient {
XCTFail("Failed to deserialize JSON response")
}
} else {
XCTFail("Request failed")
XCTFail("Request failed with status code \(response.statusCode)")

Check failure on line 110 in ios/MullvadVPNUITests/Networking/PartnerAPIClient.swift

View workflow job for this annotation

GitHub Actions / Screenshot tests

testTakeScreenshotOfAccount, failed - Request failed with status code 403

Check failure on line 110 in ios/MullvadVPNUITests/Networking/PartnerAPIClient.swift

View workflow job for this annotation

GitHub Actions / Screenshot tests

testTakeScreenshotOfCustomListSelected, failed - Request failed with status code 403

Check failure on line 110 in ios/MullvadVPNUITests/Networking/PartnerAPIClient.swift

View workflow job for this annotation

GitHub Actions / Screenshot tests

testTakeScreenshotOfDNSSettings, failed - Request failed with status code 403

Check failure on line 110 in ios/MullvadVPNUITests/Networking/PartnerAPIClient.swift

View workflow job for this annotation

GitHub Actions / Screenshot tests

testTakeScreenshotOfQuantumSecuredConnection, failed - Request failed with status code 403

Check failure on line 110 in ios/MullvadVPNUITests/Networking/PartnerAPIClient.swift

View workflow job for this annotation

GitHub Actions / Screenshot tests

testTakeScreenshotOfRelayFilter, failed - Request failed with status code 403

Check failure on line 110 in ios/MullvadVPNUITests/Networking/PartnerAPIClient.swift

View workflow job for this annotation

GitHub Actions / Screenshot tests

testTakeScreenshotOfVPNSettings, failed - Request failed with status code 403
}

completionHandlerInvokedExpectation.fulfill()
Expand Down

0 comments on commit a855035

Please sign in to comment.