Created an assert test for successful login
This commit is contained in:
parent
944ba9791b
commit
00b619d892
1 changed files with 1 additions and 1 deletions
|
|
@ -72,6 +72,6 @@ def get_authenticated_bgg_session(username: str, password: str) -> requests.Sess
|
|||
authenticated_session = requests.Session()
|
||||
login_response = authenticated_session.post(login_url, json=post_data)
|
||||
|
||||
print(login_response.status_code)
|
||||
assert login_response.status_code == 204
|
||||
|
||||
return authenticated_session
|
||||
Loading…
Reference in a new issue