Browse Source

I dont actually understand IPv6

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina 5 years ago
parent
commit
d78be05152
1 changed files with 2 additions and 2 deletions
  1. 2 2
      molecule/shared/tests/test_default.rb

+ 2 - 2
molecule/shared/tests/test_default.rb

@@ -13,7 +13,7 @@ end
 describe port(5671) do
   it { should be_listening }
   its('protocols') { should include 'tcp' }
-  its('addresses') { should be_in ['0.0.0.0', '[::]'] }
+  its('addresses') { should be_in ['0.0.0.0', '::'] }
 end
 
 # Sensu API
@@ -42,7 +42,7 @@ end
 describe port(3000) do
   it { should be_listening }
   its('protocols') { should include 'tcp' }
-  its('addresses') { should be_in ['0.0.0.0', '[::]'] }
+  its('addresses') { should be_in ['0.0.0.0', '::'] }
 end
 
 # Ensure Sensu API has one consumer