Skip to content

Commit

Permalink
test: removed old test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Ritter committed May 4, 2020
1 parent 8edbca7 commit 1a06a2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/s3/parsercall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ func TestCallParserForBackendParametersInvalidKey(t *testing.T) {
testMap["state_dynamodb_table"] = "test_bucket_table"
testMap["state_key"] = "test/terraform.tfstate"
testMap["region"] = "eu-central-1"

err = callParserForBackendParameters(testMap, &stateConfigResult)
assert.Error(t, err, "Expected error")
assert.Equal(t, errors.New("{{current.dir}} is missing the state_key parameter"), err)
}

func TestCallParserForBackendParametersMissingRegion(t *testing.T) {
Expand Down

0 comments on commit 1a06a2e

Please sign in to comment.