From d03c86edd96917a63c789b0f7f37cc2bac945fe2 Mon Sep 17 00:00:00 2001 From: Aviator 5 Date: Mon, 29 Jun 2026 20:09:24 +0300 Subject: [PATCH] test: expect embedded UUID tails in OP5 - Update the combined anonymous instance UUID expectation to preserve the explicit UUID tail returned by GTS implementations. Signed-off-by: Aviator 5 --- tests/test_op5_id_uuid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_op5_id_uuid.py b/tests/test_op5_id_uuid.py index b76b860..4978b30 100644 --- a/tests/test_op5_id_uuid.py +++ b/tests/test_op5_id_uuid.py @@ -83,7 +83,7 @@ def test_start(self): "7a1d2f34-5678-49ab-9012-abcdef123456" ), ) - .assert_equal("body.uuid", "4a31b759-722b-5bb1-a1dc-2cf40963e81b") + .assert_equal("body.uuid", "7a1d2f34-5678-49ab-9012-abcdef123456") ), Step( RunRequest("uuid mapping deterministic (instance)")