Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msuterski committed Mar 8, 2017
1 parent a94dc79 commit 8b24ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestResourceFastlyFlattenSumologic(t *testing.T) {
local: []map[string]interface{}{
map[string]interface{}{
"name": "sumo collector",
"URL": "https://sumologic.com/collector/1",
"url": "https://sumologic.com/collector/1",
"format": "log format",
"format_version": 2,
"message_type": "classic",
Expand Down
2 changes: 1 addition & 1 deletion builtin/providers/fastly/validators_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestValidateLoggingMessageType(t *testing.T) {

invalidTypes := []string{
"invalid_type_1",
"invalid_type_1",
"invalid_type_2",
}
for _, v := range invalidTypes {
_, errors := validateLoggingMessageType(v, "message_type")
Expand Down

0 comments on commit 8b24ece

Please sign in to comment.