Skip to content

Commit 4f5fc1b

Browse files
committed
update comment
Signed-off-by: Stephanie <[email protected]>
1 parent 7a3917b commit 4f5fc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/devfile/parser/parse_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2395,7 +2395,7 @@ func Test_parseParentAndPlugin_RecursivelyReference(t *testing.T) {
23952395
}
23962396

23972397
err := parseParentAndPlugin(devFileObj, &resolutionContextTree{}, tool)
2398-
// devfile has a cycle in references: main devfile -> uri: http://127.0.0.1:8080 -> uri: http://127.0.0.1:9090 -> id: nodejs, registryURL: http://127.0.0.1:8090 -> uri: http://127.0.0.1:8080
2398+
// devfile has a cycle in references: main devfile -> uri: http://127.0.0.1:8080 -> name: testcrd, namespace: defaultnamespace -> id: nodejs, registryURL: http://127.0.0.1:8090 -> uri: http://127.0.0.1:8080
23992399
expectedErr := fmt.Sprintf("devfile has an cycle in references: main devfile -> uri: %s%s -> name: %s, namespace: %s -> id: nodejs, registryURL: %s%s -> uri: %s%s", httpPrefix, uri1, name, namespace,
24002400
httpPrefix, uri2, httpPrefix, uri1)
24012401
// Unexpected error

0 commit comments

Comments
 (0)