Skip to content

Commit

Permalink
test: Remove stale status.json value (#4500)
Browse files Browse the repository at this point in the history
Commit f780cf9 removed the modules-init key from status.json v1 key.
Don't use it as example test data.
  • Loading branch information
holmanb committed Nov 14, 2023
1 parent 5aa4b6e commit 4a15de1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unittests/cmd/test_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ class TestStatus:
'null, "start": 1669231096.9621563}, "modules-config": '
'{"errors": [], "finished": null, "start": null},'
'"modules-final": {"errors": [], "finished": null, '
'"start": null}, "modules-init": {"errors": [], "finished": '
'null, "start": null}, "stage": "init-local"} }'
'"start": null}, "stage": "init-local"} }'
),
)
@mock.patch(M_PATH + "os.path.exists", return_value=True)
Expand Down

0 comments on commit 4a15de1

Please sign in to comment.