Skip to content

Commit

Permalink
Update test failure message
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Carl Jones <danny@danielcarl.info>
Signed-off-by: Burak <unexge@gmail.com>
  • Loading branch information
unexge and dannycjones committed Sep 4, 2024
1 parent 36c6ca7 commit 55779fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3-client/tests/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ async fn test_credential_process_behind_source_profile_async() {
let err = client
.list_objects(&bucket, None, "/", 10, &format!("{prefix}/"))
.await
.expect_err("should fail in different prefix");
.expect_err("should fail when using invalid credentials");
assert!(matches!(err, ObjectClientError::ClientError(_)));
drop(config_file);
}
Expand Down

0 comments on commit 55779fc

Please sign in to comment.