Skip to content

Commit ed86e48

Browse files
fix dns that Erik as definitely broken
1 parent 478c34a commit ed86e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/build/test/build.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Scenario: Build Image and Create Docker Container
1414
Then the following resources should be running
1515
| name |
1616
| module.container.resource.container.app |
17-
And a HTTP call to "http://app.local.jumppad.dev:19090/" should result in status 200
17+
And a HTTP call to "http://app.local.jmpd.in:19090/" should result in status 200
1818

1919
Scenario: Build Image and Load to Nomad Cluster
2020
Given the following jumppad variables are set
@@ -27,7 +27,7 @@ Scenario: Build Image and Load to Nomad Cluster
2727
Then the following resources should be running
2828
| name |
2929
| module.nomad.resource.nomad_cluster.dev |
30-
And a HTTP call to "http://app.local.jumppad.dev:19090/" should result in status 200
30+
And a HTTP call to "http://app.local.jmpd.in:19090/" should result in status 200
3131

3232
Scenario: Build Image and Load to Kubernetes Cluster
3333
Given the following jumppad variables are set
@@ -40,4 +40,4 @@ Scenario: Build Image and Load to Kubernetes Cluster
4040
Then the following resources should be running
4141
| name |
4242
| module.kubernetes.resource.k8s_cluster.dev |
43-
And a HTTP call to "http://app.local.jumppad.dev:19090/" should result in status 200
43+
And a HTTP call to "http://app.local.jmpd.in:19090/" should result in status 200

0 commit comments

Comments
 (0)