Skip to content

Commit

Permalink
Fixing the broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Sep 28, 2018
1 parent 23bdbb7 commit 7e6f711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_shared_image_gallery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestAccAzureRMSharedImageGallery_complete(t *testing.T) {
Config: testAccAzureRMSharedImageGallery_complete(ri, location),
Check: resource.ComposeTestCheckFunc(
testCheckAzureRMSharedImageGalleryExists(resourceName),
resource.TestCheckResourceAttr(resourceName, "description", "hello, world"),
resource.TestCheckResourceAttr(resourceName, "description", "Shared images and things."),
resource.TestCheckResourceAttr(resourceName, "tags.%", "2"),
resource.TestCheckResourceAttr(resourceName, "tags.Hello", "There"),
resource.TestCheckResourceAttr(resourceName, "tags.World", "Example"),
Expand Down
1 change: 0 additions & 1 deletion azurerm/resource_arm_shared_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ resource "azurerm_shared_image" "test" {
resource_group_name = "${azurerm_resource_group.test.name}"
location = "${azurerm_resource_group.test.location}"
os_type = "Linux"
os_state = "Generalized"
identifier {
publisher = "AccTesPublisher%d"
Expand Down

0 comments on commit 7e6f711

Please sign in to comment.