Skip to content

Commit 96a7dd3

Browse files
committed
fix ci subs tests
1 parent 9e3bcc3 commit 96a7dd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backend/test/test_org_subs.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ def test_subscription_events_log(admin_auth_headers, non_default_org_id):
508508
"planId": "basic2",
509509
"futureCancelDate": None,
510510
"quotas": {
511+
"context": None,
511512
"maxPagesPerCrawl": 50,
512513
"storageQuota": 500000,
513514
"extraExecMinutes": None,
@@ -576,6 +577,7 @@ def test_subscription_events_log_filter_sub_id(admin_auth_headers):
576577
"planId": "basic2",
577578
"futureCancelDate": None,
578579
"quotas": {
580+
"context": None,
579581
"maxPagesPerCrawl": 50,
580582
"storageQuota": 500000,
581583
"extraExecMinutes": None,
@@ -637,6 +639,7 @@ def test_subscription_events_log_filter_oid(admin_auth_headers):
637639
"planId": "basic2",
638640
"futureCancelDate": None,
639641
"quotas": {
642+
"context": None,
640643
"maxPagesPerCrawl": 50,
641644
"storageQuota": 500000,
642645
"extraExecMinutes": None,
@@ -672,6 +675,7 @@ def test_subscription_events_log_filter_plan_id(admin_auth_headers):
672675
"planId": "basic2",
673676
"futureCancelDate": None,
674677
"quotas": {
678+
"context": None,
675679
"maxPagesPerCrawl": 50,
676680
"storageQuota": 500000,
677681
"extraExecMinutes": None,
@@ -723,6 +727,7 @@ def test_subscription_events_log_filter_status(admin_auth_headers):
723727
"planId": "basic2",
724728
"futureCancelDate": None,
725729
"quotas": {
730+
"context": None,
726731
"maxPagesPerCrawl": 50,
727732
"storageQuota": 500000,
728733
"extraExecMinutes": None,

0 commit comments

Comments
 (0)