Skip to content

Commit

Permalink
fix tests after apiver skip function rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Mar 20, 2024
1 parent 697edbd commit 5e84832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/test_console_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def test_e_c1_char_ls_default_escape_control_chars_setting(self):


class TestConsoleTool(BaseConsoleToolTest):
@pytest.mark.cli_version(to_version=3)
@pytest.mark.apiver(to_ver=3)
def test_camel_case_supported_in_v3(self):
self._authorize_account()
self._run_command(
Expand All @@ -301,7 +301,7 @@ def test_camel_case_supported_in_v3(self):
'bucket_1\n', '', 0
)

@pytest.mark.cli_version(from_version=4)
@pytest.mark.apiver(from_ver=4)
def test_camel_case_not_supported_in_v4(self):
self._authorize_account()
self._run_command(['create-bucket', 'my-bucket', '--bucketInfo', 'allPrivate'], '', '', 2)
Expand Down

0 comments on commit 5e84832

Please sign in to comment.