Skip to content

Commit

Permalink
Replace token
Browse files Browse the repository at this point in the history
  • Loading branch information
gabino committed Feb 8, 2025
1 parent af1dfa7 commit e0d3d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/cassettes/test_search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interactions:
uri: https://app.q-detect.com/api/token?client_id=123456-1234-1234
response:
body:
string: 961218|VOGNmjo4CP34AdCtQXRNvFVwltimwE2K19eSNjNK9AAFGSAxWcGl8Ay4s0girbgTCUL4INZUfu49Qkw8L8IHOIiIGf5XpImZ8aApd5iO9CkWSdvvdkDWbxDqWS8hdp2Y
string: DUMMY-TOKEN
headers:
Access-Control-Allow-Origin:
- '*'
Expand Down Expand Up @@ -56,7 +56,7 @@ interactions:
Accept-Encoding:
- gzip, deflate
Authorization:
- Bearer 961218|VOGNmjo4CP34AdCtQXRNvFVwltimwE2K19eSNjNK9AAFGSAxWcGl8Ay4s0girbgTCUL4INZUfu49Qkw8L8IHOIiIGf5XpImZ8aApd5iO9CkWSdvvdkDWbxDqWS8hdp2Y
- Bearer DUMMY-TOKEN
Connection:
- keep-alive
User-Agent:
Expand Down
4 changes: 2 additions & 2 deletions tests/cassettes/test_search_not_found.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interactions:
uri: https://app.q-detect.com/api/token?client_id=123456-1234-1234
response:
body:
string: 961217|IGvwnwTyJJoIBMOTxVjCbmHW3K8GZW9bhVWeqmP0Zs6QBcgP5f41MzorfjY8yBtx70is1O9hwv5mO25q6FAljLRW1UiazgcoX6K0TPmYsAOvXTATwRxdJz4GqBWUrSVe
string: DUMMY-TOKEN
headers:
Access-Control-Allow-Origin:
- '*'
Expand Down Expand Up @@ -56,7 +56,7 @@ interactions:
Accept-Encoding:
- gzip, deflate
Authorization:
- Bearer 961217|IGvwnwTyJJoIBMOTxVjCbmHW3K8GZW9bhVWeqmP0Zs6QBcgP5f41MzorfjY8yBtx70is1O9hwv5mO25q6FAljLRW1UiazgcoX6K0TPmYsAOvXTATwRxdJz4GqBWUrSVe
- Bearer DUMMY-TOKEN
Connection:
- keep-alive
User-Agent:
Expand Down

0 comments on commit e0d3d98

Please sign in to comment.