Skip to content

Commit

Permalink
feat: update dependencies for project
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 committed Nov 21, 2024
1 parent dfd3ad0 commit bc1c803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bk-user/tests/apis/web/audit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
pytestmark = pytest.mark.django_db


@pytest.fixture()
@pytest.fixture
def audit_records(bk_user, default_tenant, other_tenant) -> List[OperationAuditRecord]:
return [
OperationAuditRecord.objects.create(
Expand Down Expand Up @@ -71,6 +71,6 @@ def audit_records(bk_user, default_tenant, other_tenant) -> List[OperationAuditR
]


@pytest.fixture()
@pytest.fixture
def other_tenant() -> Tenant:
return create_tenant(tenant_id="other_tenant")

0 comments on commit bc1c803

Please sign in to comment.