Skip to content

Commit

Permalink
Fixed iOS 12 tests
Browse files Browse the repository at this point in the history
I blindly copy-pasted this snapshot and forgot that iOS 12 has different formatting. This was wrong in #1926.

It wasn't caught originally because we hadn't been running tests on iOS 12 until #1928.
  • Loading branch information
NachoSoto committed Sep 23, 2022
1 parent 68d0a00 commit b49026e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"request" : {
"body" : null,
"method" : "GET",
"url" : "https://api.revenuecat.com/v1/subscribers/user/offerings"
"url" : "https:\/\/api.revenuecat.com\/v1\/subscribers\/user\/offerings"
}
}

0 comments on commit b49026e

Please sign in to comment.