Skip to content

Commit

Permalink
spelling: dynamically
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 20, 2024
1 parent 0d1ddc2 commit efdf721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func normalizeKRMObject(t *testing.T, u *unstructured.Unstructured, project test
visitor.sortSlices.Insert(".spec.nodeConfig.oauthScopes")

if u.GetKind() == "Project" {
// For some tests that talk to the Mock Resource Manager, the Project object's ProjectID and ProjectNumber are dynamcially generated.
// For some tests that talk to the Mock Resource Manager, the Project object's ProjectID and ProjectNumber are dynamically generated.
// We do not want to overrride this with the default mocked Project "mock-project".
visitor.replacePaths[".status.number"] = "${projectNumber}"
}
Expand Down

0 comments on commit efdf721

Please sign in to comment.