We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9560f38 commit 5693807Copy full SHA for 5693807
Tests/AppTests/SocialTests.swift
@@ -251,7 +251,7 @@ class SocialTests: AppTestCase {
251
// validate
252
assertInlineSnapshot(of: url, as: .lines) {
253
"""
254
- https://mas.to/api/v1/statuses?status=%E2%AC%86%EF%B8%8F%20owner%20just%20released%20packageName%20v2.6.4%0A%0Ahttp%3A%2F%2Flocalhost%3A8080%2Fowner%2FSuperAwesomePackage%23releases
+ https://mas.to/api/v1/statuses?status=%E2%AC%86%EF%B8%8F%20owner%20just%20released%20packageName%20v2.6.4%0A%0Ahttp://localhost:8080/owner/SuperAwesomePackage%23releases
255
256
}
257
XCTAssertEqual(headers, HTTPHeaders([
0 commit comments