Skip to content

Commit

Permalink
Fix (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Mar 10, 2021
1 parent 6304b5f commit cedf2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blockstorage/blockstorage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func (s *BlockStorageProviderSuite) TestSnapshotsList(c *C) {
var tags map[string]string
testSnaphot := s.createSnapshot(c)
if s.provider.Type() != blockstorage.TypeEBS {
tags = map[string]string{"labels." + ktags.SanitizeValueForGCP(testTagKey): testTagValue}
tags = map[string]string{ktags.SanitizeValueForGCP(testTagKey): testTagValue}
} else {
tags = map[string]string{"tag-key": testTagKey, "tag-value": testTagValue}
}
Expand Down

0 comments on commit cedf2c5

Please sign in to comment.