Skip to content

Commit

Permalink
refactor(organisation): enhance create organisation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj-Gupta4 committed Jan 9, 2025
1 parent caf165c commit f468602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def new_organisation(db, admin_user, organisation_data):
admin_user.id,
None,
)
return await DbOrganisation.one(db, new_organisation.id)
return new_organisation


@pytest_asyncio.fixture(scope="function")
Expand Down

0 comments on commit f468602

Please sign in to comment.