Skip to content

Commit 4d7fffc

Browse files
authored
Merge pull request #12942 from sbueringer/pr-fix-e2e-test-godoc
📖 Fix godoc in e2e test specs
2 parents 6de38dd + 0059cab commit 4d7fffc

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)