From f9f924295dbcf137eae482d3c60946533e15d70c Mon Sep 17 00:00:00 2001 From: Emile Filteau-Tessier Date: Fri, 18 Oct 2024 11:02:41 -0400 Subject: [PATCH] Fix topology test that conflicted with label PR --- tests/worker_manager/api/test_topologies.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/worker_manager/api/test_topologies.py b/tests/worker_manager/api/test_topologies.py index e46564bd..57f2f76e 100644 --- a/tests/worker_manager/api/test_topologies.py +++ b/tests/worker_manager/api/test_topologies.py @@ -110,7 +110,10 @@ def test_put_topology_patch_ensure_topology_changed( "config": {}, "executor": "default", "input": {"name": "test-inventory", "options": {}, "type": "testtype"}, - "labels": {"owner": "team-saturn"}, + "labels": { + "owner": "team-saturn", + "internal.job-definition-name": "job_1", + }, "name": mock.ANY, "output": {}, "pipeline": {