Skip to content

Commit 20b73d5

Browse files
committed
undo
1 parent d201304 commit 20b73d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaces_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ func TestWorkspaceUpdateAutostart(t *testing.T) {
25642564
},
25652565
{
25662566
name: "invalid schedule",
2567-
schedule: ptr.Ref("asdfa asdf asdf "),
2567+
schedule: ptr.Ref("asdf asdf asdf "),
25682568
expectedError: `validate weekly schedule: expected schedule to consist of 5 fields with an optional CRON_TZ=<timezone> prefix`,
25692569
},
25702570
{

0 commit comments

Comments
 (0)