Skip to content

Commit 6ff3ffe

Browse files
committed
Cleanup
Signed-off-by: Matheus Cruz <[email protected]>
1 parent 04aa169 commit 6ff3ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/controller/internal/controller/suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func NewExampleWorkspaceKind1(name string) *kubefloworgv1beta1.WorkspaceKind {
218218
HTTPProxy: &kubefloworgv1beta1.HTTPProxy{
219219
RemovePathPrefix: ptr.To(false),
220220
RequestHeaders: &kubefloworgv1beta1.IstioHeaderOperations{
221-
Set: map[string]string{"X-RStudio-Root-Path": "{{ httpPathPrefix '.PathPrefix' }}"},
221+
Set: map[string]string{"X-RStudio-Root-Path": "{{ .PathPrefix }}"},
222222
Add: map[string]string{},
223223
Remove: []string{},
224224
},

0 commit comments

Comments
 (0)