Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logging level in the assert_s3_acl #598

Merged
merged 2 commits into from
Sep 4, 2023

Commits on Sep 3, 2023

  1. s3_gate: Fix the test_s3_copy_acl test

    Change ACL from public-read-write to private in the test_s3_copy_acl test.
    
    Signed-off-by: Oleg Kulachenko <[email protected]>
    vvarg229 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8e2aedd View commit details
    Browse the repository at this point in the history
  2. helpers: raise AssertionError

    Tests will fail with AssertionError, not just write the error to the log.
    
    Signed-off-by: Oleg Kulachenko <[email protected]>
    vvarg229 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    6852478 View commit details
    Browse the repository at this point in the history