Skip to content

Commit

Permalink
Changing from noProjectVar to noProjectMarker
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Nov 20, 2024
1 parent 71b6750 commit 1313c75
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 124 deletions.
4 changes: 2 additions & 2 deletions provider/provider_yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ func TestGlobalProjectNoProjectWarning(t *testing.T) {
test := pulumitest.NewPulumiTest(t, "test-programs/project-bucket",
opttest.LocalProviderPath(providerName, filepath.Join(cwd, "..", "bin")))

test.SetConfig(t, "gcp:project", noProjectVar)
test.SetConfig(t, "gcp:project", noProjectMarker)
test.SetConfig(t, "gcpProj", proj)
res := test.Up(t)
require.Contains(
t, res.StdOut,
noProjectVar,
noProjectMarker,
)
}

Expand Down
Loading

0 comments on commit 1313c75

Please sign in to comment.