Skip to content

Commit

Permalink
Reverting test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marko7460 committed Jun 27, 2019
1 parent c388a33 commit 4c8f8f5
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 include(
expect(taints).to eq([
{
effect: "PreferNoSchedule",
key: "all-pools-example",
value: "true",
}
)
])
end
end
end
Expand Down

0 comments on commit 4c8f8f5

Please sign in to comment.