Fix issue with composite literal in test

This commit is contained in:
mbearup 2018-10-09 15:35:09 -07:00
parent 335feaf89c
commit a3a2a9e970
1 changed files with 2 additions and 2 deletions

View File

@ -1300,7 +1300,7 @@ func TestConfigShouldAllowSharedImageGalleryOptions(t *testing.T) {
"location": "ignore",
"subscription_id": "ignore",
"os_type": "linux",
"shared_image_gallery": {
"shared_image_gallery": map[string]string{
"subscription": "ignore",
"resource_group": "ignore",
"gallery_name": "ignore",
@ -1321,7 +1321,7 @@ func TestConfigShouldRejectSharedImageGalleryWithVhdTarget(t *testing.T) {
"location": "ignore",
"subscription_id": "ignore",
"os_type": "linux",
"shared_image_gallery": {
"shared_image_gallery": map[string]string{
"subscription": "ignore",
"resource_group": "ignore",
"gallery_name": "ignore",