provider/google: Minor formatting issues on import of compute route test

This commit is contained in:
stack72 2017-05-04 19:17:25 +03:00
parent 1025748ce0
commit b35f004047
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,8 @@ func TestAccComputeRoute_importBasic(t *testing.T) {
Steps: []resource.TestStep{
{
Config: testAccComputeRoute_basic,
}, {
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
@ -35,7 +36,8 @@ func TestAccComputeRoute_importDefaultInternetGateway(t *testing.T) {
Steps: []resource.TestStep{
{
Config: testAccComputeRoute_defaultInternetGateway,
}, {
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,