Skip to content

Commit

Permalink
Fixed a small issue with refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Aug 8, 2024
1 parent 7e8df02 commit d3341b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance-testing/uid2-operator/k6-uid2-operator.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export async function setup() {
}
let response = await send(requestData, clientKey);
let decrypt = await decryptEnvelope(response.body, clientSecret)
return decrypt.refresh_token;
return decrypt.body.refresh_token;
};


Expand Down

0 comments on commit d3341b0

Please sign in to comment.