Skip to content

Commit 612c2d5

Browse files
committed
remove unnecessary failing assertion that checked *used* execution
seconds instead of quota
1 parent 29694db commit 612c2d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/test_nightly/test_execution_minutes_quota.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ def test_add_execution_mins_extra_quotas(
134134
assert data["giftedExecSecondsAvailable"] == GIFTED_SECS_QUOTA
135135
assert data["extraExecSeconds"] == {}
136136
assert data["giftedExecSeconds"] == {}
137-
assert (
138-
get_total_exec_seconds(data["crawlExecSeconds"])
139-
>= EXEC_SECS_QUOTA + EXTRA_SECS_ADDED_QUOTA
140-
)
141137
assert len(data["quotaUpdates"])
142138
for update in data["quotaUpdates"]:
143139
assert update["modified"]

0 commit comments

Comments
 (0)