You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printFunction.printedMessages.contains("⚠️ Host is not valid: '192.168.0.3:8080' is not a valid host name and will be dropped.")
@@ -66,11 +65,13 @@ class HostsSanitizerTests: XCTestCase {
66
65
printFunction.printedMessages.contains("⚠️ Host is not valid: 'https://first-party.com/v2/api' is an url and will be sanitized to: 'first-party.com'.")
67
66
)
68
67
XCTAssertTrue(
69
-
printFunction.printedMessages.contains("⚠️ Host is not valid: 'invalid-host-name' is not a valid host name and will be dropped.")
68
+
printFunction.printedMessages.contains("⚠️ Host is not valid: 'invalid_host_name' is not a valid host name and will be dropped.")
70
69
)
71
70
XCTAssertTrue(
72
71
printFunction.printedMessages.contains("⚠️ Host is not valid: 'https://192.168.0.2' is an url and will be sanitized to: '192.168.0.2'.")
0 commit comments