mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
testifylint: enable more rules (#8024)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ func TestBuildUserAgent(t *testing.T) {
|
||||
for _, test := range tests {
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
resp := buildUserAgent(test.command, test.version, test.gitSha, test.os, test.arch)
|
||||
assert.Equal(t, resp, test.expected)
|
||||
assert.Equal(t, test.expected, resp)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user