Run go fmt

related to #119

Signed-off-by: sshota0809 <8736380+sshota0809@users.noreply.github.com>
main
sshota0809 2021-02-05 21:40:33 +09:00
parent 50981add87
commit a2bc8346db
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func TestAccTestCase_resolveTerraformEnv(t *testing.T) {
testCase := AccTestCase{}
env := testCase.resolveTerraformEnv()
expected := map[string]string{
"TEST_VAR": "foobar",
"TEST_VAR": "foobar",
"TEST_VAR_2": "barfoo",
"TEST_VAR_3": "",
"TEST_VAR_4": "",