diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-30 14:04:11 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:42:29 +0200 |
| commit | e1b29eafbd0b6285b7bea2e24709c7622d41173d (patch) | |
| tree | 5f923cdf2a3ff2fc271a73a03c6513d06853f6bb /web-server/opendc/api/v2/simulations/simulationId/test_endpoint.py | |
| parent | 1c58ae3b25120ac670b897665bac7d8f18156220 (diff) | |
Fix all violations
Diffstat (limited to 'web-server/opendc/api/v2/simulations/simulationId/test_endpoint.py')
| -rw-r--r-- | web-server/opendc/api/v2/simulations/simulationId/test_endpoint.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-server/opendc/api/v2/simulations/simulationId/test_endpoint.py b/web-server/opendc/api/v2/simulations/simulationId/test_endpoint.py index 7038f1b0..7aa7ebfc 100644 --- a/web-server/opendc/api/v2/simulations/simulationId/test_endpoint.py +++ b/web-server/opendc/api/v2/simulations/simulationId/test_endpoint.py @@ -110,7 +110,8 @@ def test_delete_simulation(client, mocker): 'simulationId': '1', 'authorizationLevel': 'OWN' }], - 'topologyIds': [] + 'topologyIds': [], + 'experimentIds': [], }) mocker.patch.object(DB, 'delete_one', return_value={'googleId': 'test'}) res = client.delete('/api/v2/simulations/1') |
