Skip to content

Commit 69144dd

Browse files
author
Andrei Neagu
committed
fixed test
1 parent 1c1249c commit 69144dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/server/tests/unit/isolated/notifications/test_rabbitmq_consumers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"progress_type": ProgressType.SERVICE_OUTPUTS_PULLING.value,
4343
"progress_report": {
4444
"actual_value": 0.4,
45+
"attempt": 0,
4546
"total": 1.0,
4647
"unit": None,
4748
"message": None,
@@ -65,6 +66,7 @@
6566
"progress_type": ProgressType.PROJECT_CLOSING.value,
6667
"progress_report": {
6768
"actual_value": 0.4,
69+
"attempt": 0,
6870
"total": 1.0,
6971
"unit": None,
7072
"message": None,

0 commit comments

Comments
 (0)