mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: remove local storage based optin/optout (#18344)
This removes the opt-in and opt-out buttons for dynamic parameters on the create workspace page and the workspace parameters settings page. --------- Co-authored-by: Steven Masley <stevenmasley@gmail.com>
This commit is contained in:
@ -249,6 +249,7 @@ func TestDynamicParametersWithTerraformValues(t *testing.T) {
|
||||
Value: "GO",
|
||||
},
|
||||
}
|
||||
request.EnableDynamicParameters = true
|
||||
})
|
||||
coderdtest.AwaitWorkspaceBuildJobCompleted(t, setup.client, wrk.LatestBuild.ID)
|
||||
|
||||
|
Reference in New Issue
Block a user