Skip to content

Commit 1ea3fbf

Browse files
committed
Correct url suffix in stripe remote unit tests
1 parent c66b9c1 commit 1ea3fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Networking/NetworkingTests/Remote/StripeRemoteTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ final class StripeRemoteTests: XCTestCase {
594594
let expectedLocationID = "tml_0123456789abcd"
595595

596596
network.simulateResponse(
597-
requestUrlSuffix: "payments/terminal/locations/store",
597+
requestUrlSuffix: "wc_stripe/terminal/locations/store",
598598
filename: "stripe-location"
599599
)
600600

@@ -613,7 +613,7 @@ final class StripeRemoteTests: XCTestCase {
613613
let remote = StripeRemote(network: network)
614614

615615
network.simulateResponse(
616-
requestUrlSuffix: "payments/terminal/locations/store",
616+
requestUrlSuffix: "wc_stripe/terminal/locations/store",
617617
filename: "stripe-location-error"
618618
)
619619

0 commit comments

Comments
 (0)