We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d75f80 commit c787b36Copy full SHA for c787b36
1 file changed
tests/unit/rocket/test_rocket.py
@@ -380,7 +380,6 @@ def test_check_missing_all_components(calisto_motorless):
380
assert len(record) == 1
381
msg = str(record[0].message)
382
assert "motor" in msg
383
- assert "parachutes" in msg
384
assert "aerodynamic surfaces" in msg
385
386
@@ -394,7 +393,6 @@ def test_check_missing_some_components(calisto):
394
393
395
396
397
398
399
400
0 commit comments