Skip to content

Commit

Permalink
Updated test to reflect proper query parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 16, 2020
1 parent 98ed6ec commit b81a34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/resource_machine_policy_test.go
Expand Up @@ -66,7 +66,7 @@ func TestAccMachinePolicyBasic(t *testing.T) {

func testMachinePolicyDataSource(localName string, name string) string {
return fmt.Sprintf(`data "octopusdeploy_machine_policies" "%s" {
name = "%s"
partial_name = "%s"
}`, localName, name)
}

Expand Down

0 comments on commit b81a34f

Please sign in to comment.