provider/google: Minor formatting issues on import of compute route test
This commit is contained in:
parent
1025748ce0
commit
b35f004047
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue