We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8c3f7 commit c8296b6Copy full SHA for c8296b6
tests/unit/test_change_storage_tier.py
@@ -25,7 +25,7 @@ def test_valid_standard(self) -> None:
25
"""Test STANDARD is valid."""
26
assert validate_storage_class("STANDARD") is True
27
28
- def test_valid_glacier(self) -> None:
+ def test_valid_standard_ia(self) -> None:
29
"""Test STANDARD_IA is valid."""
30
assert validate_storage_class("STANDARD_IA") is True
31
0 commit comments