We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f732a7d commit 76730b4Copy full SHA for 76730b4
spec/integration/api_endpoints_spec.rb
@@ -197,7 +197,7 @@ def await_event_propagation
197
xs = subject.list_connections
198
f = xs.first
199
200
- expect(f.name).to match(/127.0.0.1/)
+ expect(f.name).to match(/(127\.0\.0\.1|172\.18\.0\.1)/)
201
expect(f.client_properties.product).to eq("Bunny")
202
end
203
@@ -208,7 +208,7 @@ def await_event_propagation
208
209
c = subject.connection_info(xs.first.name)
210
211
- expect(c.name).to match(/127.0.0.1/)
+ expect(c.name).to match(/(127\.0\.0\.1|172\.18\.0\.1)/)
212
expect(c.client_properties.product).to eq("Bunny")
213
214
0 commit comments