Skip to content

Commit

Permalink
Related to #1362, the access token is in both query params and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten committed Aug 4, 2023
1 parent 961e863 commit 3a137d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/60app-services/05lookup3pe.pl
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ sub stub_empty_result
{
field1 => "ONE",
field2 => "TWO",
access_token => $access_token,
},
'fields in received AS request'
);
Expand Down Expand Up @@ -223,6 +224,7 @@ sub stub_empty_result
{ $request->query_form },
{
field3 => "THREE",
access_token => $access_token,
},
'fields in received AS request'
);
Expand Down

0 comments on commit 3a137d9

Please sign in to comment.