Skip to content

Commit

Permalink
fix: Adds prefix at frontend namespace (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandakarina authored Sep 26, 2024
1 parent 099bad5 commit 8131e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/fleetscope/fleetscope_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TestFleetscope(t *testing.T) {
if envName == "development" {
return []string{"cb-frontend", "cb-accounts", "cb-ledger"}
}
return []string{"frontend"}
return []string{"cb-frontend"}
}() {
gkeScopes := fmt.Sprintf("projects/%s/locations/global/scopes/%s-%s", clusterProjectID, namespaces, envName)
opGKEScopes := gcloud.Runf(t, "container fleet scopes describe projects/%[1]s/locations/global/scopes/%[2]s-%[3]s --project=%[1]s", clusterProjectID, namespaces, envName)
Expand Down

0 comments on commit 8131e86

Please sign in to comment.