Skip to content

Commit

Permalink
Fix topology test that conflicted with label PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Emile-Filteau committed Oct 18, 2024
1 parent 063531b commit f9f9242
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/worker_manager/api/test_topologies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f9f9242

Please sign in to comment.