Skip to content

Commit 5e776a8

Browse files
drewmullensebasslash
authored andcommitted
fix assessments_enabled
1 parent 60bf906 commit 5e776a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_workspace_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestAccTFEWorkspace_basic(t *testing.T) {
5555
resource.TestCheckResourceAttr(
5656
"tfe_workspace.foobar", "queue_all_runs", "true"),
5757
resource.TestCheckResourceAttr(
58-
"tfe_workspace.foobar", "speculative_enabled", "false"),
58+
"tfe_workspace.foobar", "speculative_enabled", "true"),
5959
resource.TestCheckResourceAttr(
6060
"tfe_workspace.foobar", "assessments_enabled", "false"),
6161
resource.TestCheckResourceAttr(

0 commit comments

Comments
 (0)