Skip to content

Commit

Permalink
Merge pull request #802 from terraform-providers/fixing-role-tests
Browse files Browse the repository at this point in the history
Fixing the Role Definition Data Source test
  • Loading branch information
tombuildsstuff committed Feb 6, 2018
2 parents 165492b + 8763928 commit eecb487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/data_source_builtin_role_definition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestAccDataSourceAzureRMBuiltInRoleDefinition_reader(t *testing.T) {
resource.TestCheckResourceAttr(dataSourceName, "permissions.#", "1"),
resource.TestCheckResourceAttr(dataSourceName, "permissions.0.actions.#", "1"),
resource.TestCheckResourceAttr(dataSourceName, "permissions.0.actions.0", "*/read"),
resource.TestCheckResourceAttr(dataSourceName, "permissions.0.not_actions.#", "1"),
resource.TestCheckResourceAttr(dataSourceName, "permissions.0.not_actions.#", "0"),
),
},
},
Expand Down

0 comments on commit eecb487

Please sign in to comment.