Skip to content

Commit 346aaad

Browse files
authored
Update expected output for kibanaHostname test
1 parent d7e2a9c commit 346aaad

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
@@ -65,7 +65,7 @@ func TestExamplesComplete(t *testing.T) {
6565
// Run `terraform output` to get the value of an output variable
6666
kibanaHostname := terraform.Output(t, terraformOptions, "kibana_hostname")
6767
// Verify we're getting back the outputs we expect
68-
assert.Equal(t, kibanaSubdomain+".testing.cloudposse.co", kibanaHostname)
68+
assert.Equal(t, kibanaSubdomain+".modules.cptest.test-automation.app", kibanaHostname)
6969

7070
// Run `terraform output` to get the value of an output variable
7171
domainEndpoint := terraform.Output(t, terraformOptions, "domain_endpoint")

0 commit comments

Comments
 (0)