mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 04:18:32 +02:00
Fix IT fixture ordering
This commit is contained in:
parent
4a47e9a841
commit
4ca38201d1
@ -49,7 +49,7 @@ def reset() -> None:
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def new_admin_user() -> DATestUser | None:
|
||||
def new_admin_user(reset: None) -> DATestUser | None:
|
||||
try:
|
||||
return UserManager.create(name="admin_user")
|
||||
except Exception:
|
||||
|
@ -151,7 +151,6 @@ def test_using_reference_docs_with_simple_with_history_api_flow(reset: None) ->
|
||||
|
||||
|
||||
def test_send_message_simple_with_history_strict_json(
|
||||
reset: None,
|
||||
new_admin_user: DATestUser | None,
|
||||
) -> None:
|
||||
# create connectors
|
||||
|
Loading…
x
Reference in New Issue
Block a user