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 e3b43d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_success() -> None:
set_up()
login(driver)

# assert driver.title == "httpbin.org"
assert driver.current_url == "http://httpbin.org"
assert driver.get_cookie("oidcSession-0") is not None
tear_down()

Expand Down

0 comments on commit e3b43d5

Please sign in to comment.