Skip to content

Commit

Permalink
Reverting change to test/integration/node_pool/controls/kubectl.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
marko7460 committed Jun 27, 2019
1 parent 4c8f8f5 commit 272156c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/node_pool/controls/kubectl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
end

it "has the expected taints" do
expect(taints).to eq([
expect(taints).to include(
{
effect: "PreferNoSchedule",
key: "all-pools-example",
value: "true",
}
])
)
end
end
end
Expand Down

0 comments on commit 272156c

Please sign in to comment.