Skip to content
Prev Previous commit
Next Next commit
Another syntax error
  • Loading branch information
kylecarbs committed Sep 29, 2023
commit 063d50b27f9f19b144facae8553adc5e1e68fb31
2 changes: 1 addition & 1 deletion provisioner/terraform/provision_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ func TestProvision(t *testing.T) {
`,
},
Request: &proto.PlanRequest{
GitAuthProviders: []*proto.GitAuthProvider{{
ExternalAuthProviders: []*proto.ExternalAuthProvider{{
Id: "github",
AccessToken: "some-value",
}},
Expand Down