Skip to content

Commit

Permalink
fix test errors
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhas Kurapati <prabhask@berkeley.edu>
  • Loading branch information
prabhask5 committed Jul 16, 2024
1 parent 8fb34b3 commit 14fc8f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void testFlushCache() throws Exception {
assertThat(
deleteUserCacheResponse.getBody(),
deleteAllCacheResponse.getTextFromJsonBody("/message"),
is("Cache invalidated for user: " + TEST_USER)
is("Cache flushed successfully.")
);
});
}
Expand Down

0 comments on commit 14fc8f9

Please sign in to comment.