Skip to content

Commit e707edd

Browse files
authored
chore: typo in test comment
1 parent 8831b4b commit e707edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/idempotency/test_idempotency.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def test_data_record_invalid_status_value():
649649

650650

651651
def test_data_record_json_to_dict_mapping():
652-
# GIVEN a data record with status "COMPLETED" and provided response data
652+
# GIVEN a data record with status "INPROGRESS" and provided response data
653653
data_record = DataRecord(
654654
"key", status="INPROGRESS", response_data='{"body": "execution finished","statusCode": "200"}'
655655
)

0 commit comments

Comments
 (0)