Make the tests break by switching to a Service.IP

This commit is contained in:
John Cowen 2018-07-18 13:35:57 +01:00
parent 60dff7fc19
commit d8ab56666c
1 changed files with 6 additions and 3 deletions

View File

@ -30,18 +30,21 @@ Feature: dc / services / show: Show Service
Service:
ID: passing-service-8080
Port: 8080
Node:
Address: 1.1.1.1
Node:
Address: 1.2.2.2
- Service:
ID: service-8000
Port: 8000
Node:
Address: 2.2.2.2
Node:
Address: 2.3.3.3
- Service:
ID: service-8888
Port: 8888
Node:
Address: 3.3.3.3
Node:
Address: 3.4.4.4
---
When I visit the service page for yaml
---