Skip to content

Commit 0059cab

Browse files
committed
Fix godoc in e2e test specs
Signed-off-by: Stefan Büringer [email protected]
1 parent 6c59755 commit 0059cab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/quick_start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ type QuickStartSpecInput struct {
8080
// Note: This should only be set if a Runtime Extension is used.
8181
ExtensionServiceNamespace string
8282

83-
// ExtensionServiceNamespace is the name where the service for the Runtime Extension is located.
83+
// ExtensionServiceName is the name where the service for the Runtime Extension is located.
8484
// Note: This should only be set if a Runtime Extension is used.
8585
ExtensionServiceName string
8686

test/e2e/scale.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ type ScaleSpecInput struct {
148148
// Note: This should only be set if a Runtime Extension is used.
149149
ExtensionServiceNamespace string
150150

151-
// ExtensionServiceNamespace is the name where the service for the Runtime Extension is located.
151+
// ExtensionServiceName is the name where the service for the Runtime Extension is located.
152152
// Note: This should only be set if a Runtime Extension is used.
153153
ExtensionServiceName string
154154

0 commit comments

Comments
 (0)