fixed linting issue for not checked

This commit is contained in:
MohitKatare-protean
2025-05-20 12:12:36 +05:30
parent 019b526b6f
commit 0eb0cc572f

View File

@@ -323,11 +323,6 @@ func TestGetVaultClient_Success(t *testing.T) {
} }
w.WriteHeader(http.StatusOK) w.WriteHeader(http.StatusOK)
w.Header().Set("Content-Type", "application/json") w.Header().Set("Content-Type", "application/json")
io.WriteString(w, `{
"auth": {
"client_token": "mock-token"
}
}`)
if _, err := io.WriteString(w, `{ if _, err := io.WriteString(w, `{
"auth": { "auth": {
"client_token": "mock-token" "client_token": "mock-token"