Skip to content

Commit

Permalink
fix: fix unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gitahernandez committed Feb 26, 2024
1 parent 47cc16a commit c5a15a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/secrets/secrets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func TestSecretFlow(t *testing.T) {
http.NotFound(w, r)
}
})),
response: "credential_in_sub_3_password",
response: "fake_password",
}

authenticate.ApiUrl = testConfig.server.URL + "/"
Expand Down Expand Up @@ -198,7 +198,7 @@ func TestSecretFlow_SecretNotFound(t *testing.T) {
http.NotFound(w, r)
}
})),
response: "Error SecretGetSecretByPath, Secret was not found: StatusCode: 404 ",
response: "error SecretGetSecretByPath, Secret was not found: StatusCode: 404 ",
}

authenticate.ApiUrl = testConfig.server.URL + "/"
Expand Down

0 comments on commit c5a15a5

Please sign in to comment.