pass govet

This commit is contained in:
Wenkai Yin 2016-06-16 14:24:35 +08:00
parent 8939b54448
commit 3450b0160b

View File

@ -922,7 +922,7 @@ func TestGetRepPolicyByTarget(t *testing.T) {
}
if policies[0].ID != policyID {
t.Fatal("unexpected policy: %d, expected: %d", policies[0].ID, policyID)
t.Fatalf("unexpected policy: %d, expected: %d", policies[0].ID, policyID)
}
}