Skip to content

Commit

Permalink
check nonce
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Mar 30, 2024
1 parent f49d119 commit 90f6b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def test_success() -> None:
set_up()
login(driver)

# assert driver.title == "httpbin.org"
assert driver.get_cookie("oidcSession-nonce") is not None
assert driver.title == "httpbin.org"
assert driver.get_cookie("oidcSession-0") is not None
tear_down()

Expand Down

0 comments on commit 90f6b99

Please sign in to comment.