code format
This commit is contained in:
parent
6f5ad6e663
commit
591a2e6eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -933,7 +933,7 @@ def test_ensure_latest_bundle_bad_bundle_data():
|
|||
side_effect=json.decoder.JSONDecodeError("BANG!", "doc", 1),
|
||||
), mock.patch(
|
||||
"circup.os.path.isfile", return_value=True
|
||||
),mock.patch(
|
||||
), mock.patch(
|
||||
"circup.command_utils.json.dump"
|
||||
), mock.patch(
|
||||
"circup.command_utils.logger"
|
||||
|
|
|
|||
Loading…
Reference in a new issue