Skip to content

Commit

Permalink
Capture VCR record
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Mar 29, 2024
1 parent c60188b commit 15855b5
Show file tree
Hide file tree
Showing 6 changed files with 16,588 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/tests/samples/create/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func NewHarness(ctx context.Context, t *testing.T) *Harness {
testgcp.TestKCCAttachedClusterProject.Set("mock-project")
h.Project = project
} else {
h.Project = testgcp.GetDefaultProject(t)
h.Project = testgcp.GCPProject{ProjectID: "cnrm-yuhou"}
}

eventSink := test.NewMemoryEventSink()
Expand Down
Loading

0 comments on commit 15855b5

Please sign in to comment.