From a4348d8c3d6c7654d3c4be401b710227f21648d3 Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Mon, 9 Feb 2026 14:30:31 +0900 Subject: [PATCH] Change isObservation from False to True --- tests/commands/record/test_session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,