We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ce307 commit 235c30cCopy full SHA for 235c30c
test/test_actions_rebuild_cached_tasks.py
@@ -51,5 +51,5 @@ def test_rebuild_cached_tasks(run_action):
51
make_task(label="bar", task_def={"name": "bar"}),
52
)
53
out, _ = run_action("rebuild-cached-tasks", graph)
54
- assert "foo" in out
55
- assert "bar" not in out
+ assert '"name": "foo"' in out
+ assert '"name": "bar"' not in out
0 commit comments