Skip to content

Commit

Permalink
Template infra deploy #7806863119
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Feb 6, 2024
1 parent debef9a commit f90079b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
57b08f7eedbfa91c2aa7bf0d79797275509febd6
1774e0f0e3285f02ed4e88baf1576136bb8458ef
5 changes: 0 additions & 5 deletions infra/test/infra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ func RunEndToEndTests(t *testing.T, terraformOptions *terraform.Options) {
http_helper.HttpGetWithRetryWithCustomValidation(t, serviceEndpoint, nil, 5, 1*time.Second, func(responseStatus int, responseBody string) bool {
return responseStatus == 200
})
// Hit feature flags endpoint to make sure Evidently integration is working
featureFlagsEndpoint := fmt.Sprintf("%s/feature-flags", serviceEndpoint)
http_helper.HttpGetWithRetryWithCustomValidation(t, featureFlagsEndpoint, nil, 5, 1*time.Second, func(responseStatus int, responseBody string) bool {
return responseStatus == 200
})
fmt.Println("::endgroup::")
}

Expand Down

0 comments on commit f90079b

Please sign in to comment.