Skip to content

Commit

Permalink
fix terratest
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed Jul 14, 2021
1 parent f2076be commit 9b3a599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _test/redis-cluster/elasticache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ func Test(t *testing.T) {
Tags := terraform.OutputMap(t, terraformOptions, "tags")

// Verify we're getting back the outputs we expect
assert.Equal(t, "cluster-es-test", Tags["Name"])
assert.Equal(t, "cluster-test", Tags["Name"])
}
2 changes: 1 addition & 1 deletion _test/redis/elasticache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ func Test(t *testing.T) {
Tags := terraform.OutputMap(t, terraformOptions, "tags")

// Verify we're getting back the outputs we expect
assert.Equal(t, "redis-es-test", Tags["Name"])
assert.Equal(t, "redis-test", Tags["Name"])
}

0 comments on commit 9b3a599

Please sign in to comment.