Rename Tags to TagKeys

This commit is contained in:
palkan
2015-10-17 13:59:48 +03:00
committed by Cameron Sparr
parent e9356c893b
commit d35c78e933
2 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ func genMockHttpJson(response string, statusCode int) *HttpJson {
"httpParam1": "12",
"httpParam2": "the second parameter",
},
Tags: []string{
TagKeys: []string{
"role",
"build",
},