diff --git a/tests/commands/record/test_session.py b/tests/commands/record/test_session.py index b3206b802..987c4d9c3 100644 --- a/tests/commands/record/test_session.py +++ b/tests/commands/record/test_session.py @@ -30,7 +30,7 @@ def test_run_session_without_flavor(self): payload = json.loads(responses.calls[1].request.body.decode()) self.assert_json_orderless_equal({ "flavors": {}, - "isObservation": False, + "isObservation": True, "links": [], "noBuild": False, "lineage": None,