Update tests for the latest changes.

This commit is contained in:
Leo Vasanko
2026-02-05 19:26:20 +00:00
parent 8ba5356d11
commit aa8e1c23d1
3 changed files with 6 additions and 11 deletions
+2 -2
View File
@@ -101,7 +101,7 @@ async def second_org_session_token(
return create_session(
user_uuid=second_org_user.uuid,
credential_uuid=second_org_credential.uuid,
host="localhost:4401",
host="localhost",
ip="127.0.0.1",
user_agent="pytest",
expiry=expires(),
@@ -158,7 +158,7 @@ async def org_admin_session_token(
return create_session(
user_uuid=org_admin_user.uuid,
credential_uuid=org_admin_credential.uuid,
host="localhost:4401",
host="localhost",
ip="127.0.0.1",
user_agent="pytest",
expiry=expires(),