Skip to content

Commit

Permalink
fixing the broken test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Apr 15, 2019
1 parent 255f95a commit a73e1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ resource "azurerm_stream_analytics_stream_input_eventhub" "test" {
shared_access_policy_name = "RootManageSharedAccessKey"
serialization {
format = "Avro"
type = "Avro"
}
}
`, template, rInt)
Expand Down Expand Up @@ -304,7 +304,7 @@ resource "azurerm_eventhub" "updated" {
message_retention = 1
}
resource "azurerm_eventhub_consumer_group" "test" {
resource "azurerm_eventhub_consumer_group" "updated" {
name = "acctesteventhubcg2-%d"
namespace_name = "${azurerm_eventhub_namespace.updated.name}"
eventhub_name = "${azurerm_eventhub.updated.name}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ resource "azurerm_stream_analytics_stream_input_iothub" "test" {
shared_access_policy_name = "iothubowner"
serialization {
format = "Avro"
type = "Avro"
}
}
`, template, rInt)
Expand Down

0 comments on commit a73e1c5

Please sign in to comment.