Skip to content

Commit d7e2a9c

Browse files
authored
Update expected domainHostname in test
1 parent efcecda commit d7e2a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/examples_complete_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func TestExamplesComplete(t *testing.T) {
6060
// Run `terraform output` to get the value of an output variable
6161
domainHostname := terraform.Output(t, terraformOptions, "domain_hostname")
6262
// Verify we're getting back the outputs we expect
63-
assert.Equal(t, "eg-test-es-cleanup-"+randId+".testing.cloudposse.co", domainHostname)
63+
assert.Equal(t, "eg-test-es-cleanup-"+randId+".modules.cptest.test-automation.app", domainHostname)
6464

6565
// Run `terraform output` to get the value of an output variable
6666
kibanaHostname := terraform.Output(t, terraformOptions, "kibana_hostname")

0 commit comments

Comments
 (0)