From ed2a8a24bf9ef27f544ab39d5a8bfc4fd74a4092 Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Mon, 30 Oct 2023 14:49:04 -0300 Subject: [PATCH] Fix test --- .../RequestsTests/testSetSessionWithAFutureExpirationDate.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/GoTrueTests/__Snapshots__/RequestsTests/testSetSessionWithAFutureExpirationDate.1.txt b/Tests/GoTrueTests/__Snapshots__/RequestsTests/testSetSessionWithAFutureExpirationDate.1.txt index e903025f..9f119f45 100644 --- a/Tests/GoTrueTests/__Snapshots__/RequestsTests/testSetSessionWithAFutureExpirationDate.1.txt +++ b/Tests/GoTrueTests/__Snapshots__/RequestsTests/testSetSessionWithAFutureExpirationDate.1.txt @@ -1,5 +1,5 @@ curl \ - --header "Authorization: Bearer accesstoken" \ + --header "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJhdXRoZW50aWNhdGVkIiwiZXhwIjo0ODUyMTYzNTkzLCJzdWIiOiJmMzNkM2VjOS1hMmVlLTQ3YzQtODBlMS01YmQ5MTlmM2Q4YjgiLCJlbWFpbCI6ImhpQGJpbmFyeXNjcmFwaW5nLmNvIiwicGhvbmUiOiIiLCJhcHBfbWV0YWRhdGEiOnsicHJvdmlkZXIiOiJlbWFpbCIsInByb3ZpZGVycyI6WyJlbWFpbCJdfSwidXNlcl9tZXRhZGF0YSI6e30sInJvbGUiOiJhdXRoZW50aWNhdGVkIn0.UiEhoahP9GNrBKw_OHBWyqYudtoIlZGkrjs7Qa8hU7I" \ --header "X-Client-Info: gotrue-swift/1.3.0" \ --header "apikey: dummy.api.key" \ "http://localhost:54321/auth/v1/user" \ No newline at end of file