fixed linting issue for not checked
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user