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

Commit

Permalink
fix integration tests to catch proper error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangha4 committed Oct 18, 2021
1 parent 391e03b commit d598558
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 d598558

Please sign in to comment.