From 4c8f8f5070cdc970244f6ea728b327e6e4d62d16 Mon Sep 17 00:00:00 2001
From: Marko Vlahovic <vlahovic@google.com>
Date: Thu, 27 Jun 2019 13:54:22 -0700
Subject: [PATCH] Reverting test changes

---
 test/integration/node_pool/controls/kubectl.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/integration/node_pool/controls/kubectl.rb b/test/integration/node_pool/controls/kubectl.rb
index fb11abad17..8804d6e83e 100644
--- a/test/integration/node_pool/controls/kubectl.rb
+++ b/test/integration/node_pool/controls/kubectl.rb
@@ -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