We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e826613 commit afbca0eCopy full SHA for afbca0e
backend/test/test_org_subs.py
@@ -70,7 +70,7 @@ def test_create_sub_org_and_invite_new_user(admin_auth_headers):
70
71
def test_validate_new_org_not_activated(admin_auth_headers):
72
r = requests.get(
73
- f"{API_PREFIX}/orgs/{new_subs_oid}/subscriptions/is-activated/123",
+ f"{API_PREFIX}/subscriptions/is-activated/123",
74
heaqders=admin_auth_headers,
75
)
76
assert r.status_code == 200
@@ -137,7 +137,7 @@ def test_validate_new_org_with_quotas_and_update_name(admin_auth_headers):
137
138
def test_validate_new_org_is_activated(admin_auth_headers):
139
140
141
142
143
0 commit comments