Skip to content

Commit

Permalink
try to fix the pipeline (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: Victoria Jeffrey <[email protected]>
  • Loading branch information
victoria jeffrey authored and srenatus committed May 22, 2019
1 parent ed71c81 commit 53af36f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def cleanup
Common::Filter.new(key: "environment", values: ["trou"]),
Common::Filter.new(key: "group", values: ["mak", "do"])
])
assert_equal(2, filtered_nodes_by_tags.total)
assert_equal(1, filtered_nodes_by_tags.total)
end

it "does not include deleted jobs in job list" do
Expand Down

0 comments on commit 53af36f

Please sign in to comment.