Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 143eef6

Browse files
fix tests
1 parent a6b4f36 commit 143eef6

File tree

4 files changed

+831
-719
lines changed

4 files changed

+831
-719
lines changed

graphql_api/tests/test_owner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,10 +786,9 @@ def test_fetch_owner_on_unauthenticated_enteprise_guest_access(self):
786786
assert e.extensions["code"] == UnauthorizedGuestAccess.code
787787

788788
@override_settings(IS_ENTERPRISE=True, GUEST_ACCESS=False)
789-
def test_fetch_owner_on_unauthenticated_enteprise_guest_access_not_activated(self):
789+
def test_fetch_owner_enterprise_no_guest_access(self):
790790
user = OwnerFactory(username="sample-user")
791791
owner = OwnerFactory(username="sample-owner", plan_activated_users=[123, 456])
792-
user.organizations = [owner.ownerid]
793792
user.save()
794793
owner.save()
795794
query = """{

0 commit comments

Comments
 (0)