Skip to content

Commit f9c8e44

Browse files
committed
update test
1 parent a0041a8 commit f9c8e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test/test_org_subs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def test_cancel_sub_and_no_delete_org(admin_auth_headers):
297297
assert r.status_code == 200
298298
data = r.json()
299299
assert data["readOnly"] == True
300-
assert data["readOnlyReason"] == "canceled"
300+
assert data["readOnlyReason"] == "subscriptionCanceled"
301301

302302
r = requests.post(
303303
f"{API_PREFIX}/subscriptions/cancel",

0 commit comments

Comments
 (0)