Skip to content

Commit a48d2f3

Browse files
committed
make test use dynamic params
1 parent 38fde97 commit a48d2f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enterprise/coderd/workspaces_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,6 @@ func TestWorkspaceTemplateParamsChange(t *testing.T) {
17421742
UseClassicParameterFlow: ptr.Ref(false),
17431743
})
17441744
require.NoError(t, err, "failed to update template meta")
1745-
17461745
require.False(t, tpl.UseClassicParameterFlow, "template to use dynamic parameters")
17471746

17481747
// When: we create a workspace build using the above template but with

0 commit comments

Comments
 (0)