Skip to content

Commit

Permalink
Change test url and method
Browse files Browse the repository at this point in the history
  • Loading branch information
micbakos-rdx committed Aug 7, 2024
1 parent 50735d3 commit a1a7841
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class NetworkingDriverTests: DriverTest<URLSession> {
let sut = SUT.shared as NetworkingDriver
let response = try await sut.executeNetworkRequest(
request: .init(
validating: "https://radixdlt.com",
method: .head
validating: "https://stokenet.radixdlt.com/",
method: .get
)
)
XCTAssertEqual(response.statusCode, 200)
Expand Down

0 comments on commit a1a7841

Please sign in to comment.