Skip to content

Commit

Permalink
fixed minor typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jul 12, 2018
1 parent b4c1535 commit 7e8779a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestAccAzureRMServiceBusTopicAuthorizationRule_manage(t *testing.T) {
}

func testAccAzureRMServiceBusTopicAuthorizationRule(t *testing.T, listen, send, manage bool) {
resourceName := "azurerm_servicebus_namespace_authorization_rule.test"
resourceName := "azurerm_servicebus_topic_authorization_rule.test"

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down

0 comments on commit 7e8779a

Please sign in to comment.