Skip to content

Commit 5749e0f

Browse files
committed
Clean test
1 parent 79e3098 commit 5749e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/workspace_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ func TestRunFunction(t *testing.T) {
442442
"prod",
443443
"/bin/bash",
444444
func(args []string) {
445-
assert.Equal(t, []string{"-c", fmt.Sprintf("export WO_NAME=test && export WO_ENV=prod && source "+getConfigPath(t)+"/envs/test/prod.bash && source %s/functions/test.bash && run-db watch", getConfigPath(t))}, args)
445+
assert.Equal(t, []string{"-c", fmt.Sprintf("export WO_NAME=test && export WO_ENV=prod && source %s/envs/test/prod.bash && source %s/functions/test.bash && run-db watch", getConfigPath(t), getConfigPath(t))}, args)
446446
},
447447
},
448448
{

0 commit comments

Comments
 (0)