Skip to content

Commit

Permalink
Tests: fix iOS 12 snapshot (#3521)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto authored Dec 14, 2023
1 parent ca8bda8 commit 06692ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"headers" : {
"Authorization" : "Bearer asharedsecret",
"content-type" : "application/json",
"content-type" : "application\/json",
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881",
"X-Client-Build-Version" : "12345",
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool",
Expand Down Expand Up @@ -33,6 +33,6 @@
"store_country" : "ESP"
},
"method" : "POST",
"url" : "https://api.revenuecat.com/v1/receipts"
"url" : "https:\/\/api.revenuecat.com\/v1\/receipts"
}
}

0 comments on commit 06692ae

Please sign in to comment.