Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry committed Apr 15, 2019
1 parent 6822cfa commit 9f1445d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azurerm/resource_arm_data_factory_pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ resource "azurerm_data_factory_pipeline" "test" {
name = "acctest%d"
resource_group_name = "${azurerm_resource_group.test.name}"
data_factory_name = "${azurerm_data_factory.test.name}"
annotations = ["test1", "test2", "test3"]
description = "test description"
Expand Down Expand Up @@ -196,7 +195,6 @@ resource "azurerm_data_factory_pipeline" "test" {
name = "acctest%d"
resource_group_name = "${azurerm_resource_group.test.name}"
data_factory_name = "${azurerm_data_factory.test.name}"
annotations = ["test1", "test2"]
description = "test description2"
Expand All @@ -207,7 +205,7 @@ resource "azurerm_data_factory_pipeline" "test" {
variables {
"foo" = "test1"
"bar" = "test2"
"bar" = "test2"
"baz" = "test3"
}
}
Expand Down

0 comments on commit 9f1445d

Please sign in to comment.