Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Classic Tests in Frodo-CLI #445

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

phalestrivir
Copy link
Contributor

This PR updates the Polly setup code for the Frodo-CLI so that tests against classic deployments will work. A PR in frodo-cli (of the same name as this one) updates the tests accordingly.

The reason for the tests failing was due to authentication differences in classic deployments compared to platform deployments. In particular, cookies and token ids are used in classic deployments for authentication but were not being ignored when matching mock requests, so this PR fixes that issue. Additionally, more obfuscation is added to obfuscate the cookies and token ids in the requests/responses.

@vscheuber vscheuber merged commit 671bdfb into rockcarver:main Jul 25, 2024
7 checks passed
@phalestrivir phalestrivir deleted the bugfix/fix-classic-tests branch August 16, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants