Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #104 from Nike-Inc/fix/zoo-1520
Browse files Browse the repository at this point in the history
fix integration tests to catch proper error
  • Loading branch information
jiangha4 authored Oct 20, 2021
2 parents 391e03b + d598558 commit fc974db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void test_secret_is_deleted_after_auth() {
// confirm secret is deleted
try {
cerberusClient.read(sdbFullSecretPath);
} catch (CerberusServerException cse) {
} catch (CerberusServerApiException cse) {
assertEquals(404, cse.getCode());
}
}
Expand Down

0 comments on commit fc974db

Please sign in to comment.