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

[GH-41] Update eval and prod tests to accomodate for new "remember me" style cookie, and a few other ancillary/supporting changes. #42

Merged
merged 11 commits into from
Mar 4, 2024

Conversation

goulter
Copy link
Collaborator

@goulter goulter commented Mar 1, 2024

Closes GH-41

  • A number of adjustments were made to the tests, especially when run against eval, to accomodate the new "remember me" style cookie that is now generated by duo.
    Code was also changed to:
  • run the reauth tests (no longer skipped)
  • look for and use the new "is this your device screen"

Copy link

github-actions bot commented Mar 1, 2024

@goulter goulter changed the title [GH-41] Update eval and prod tests to accomodate for new "rememeber me" style cookie, and a few other ancillary/supporting changes. [GH-41] Update eval and prod tests to accomodate for new "remember me" style cookie, and a few other ancillary/supporting changes. Mar 2, 2024
@goulter goulter marked this pull request as ready for review March 2, 2024 00:18
tests/conftest.py Outdated Show resolved Hide resolved
tests/conftest.py Outdated Show resolved Hide resolved
tests/test_2fa_duo.py Outdated Show resolved Hide resolved
tests/test_2fa_duo.py Outdated Show resolved Hide resolved
@goulter
Copy link
Collaborator Author

goulter commented Mar 4, 2024

@miker985 thanks for your attention on those sleeps. One or two of them might have been in there for debugging. If I didn't use a wait its b/c the wait didn't work as it should, for whatever reason. I'll revisit the sleeps.

tests/conftest.py Outdated Show resolved Hide resolved
@goulter goulter requested a review from miker985 March 4, 2024 18:15
Copy link

github-actions bot commented Mar 4, 2024

@goulter goulter merged commit 913e16e into mainline Mar 4, 2024
1 check passed
@goulter goulter deleted the GH-41 branch March 4, 2024 21:23
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.

Update prod and eval tests to account for "remember me" option, standard answer is no.
2 participants