Skip to content

Commit

Permalink
Fixed tox errors
Browse files Browse the repository at this point in the history
Signed-off-by: Parag Kamble <[email protected]>
  • Loading branch information
paraggit committed Nov 5, 2023
1 parent 95c6e10 commit 111591a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/manage/mcg/ui/test_mcg_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from ocs_ci.ocs.ui.page_objects.object_buckets_tab import ObjectBucketsTab
from ocs_ci.helpers.storageclass_helpers import storageclass_name
from ocs_ci.ocs.ui.page_objects.page_navigator import PageNavigator
from ocs_ci.helpers.storageclass_helpers import storageclass_name

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -336,7 +335,7 @@ def test_obc_creation_and_deletion(
if storageclass == constants.DEFAULT_STORAGECLASS_RGW:
storageclass = storageclass_name(constants.OCS_COMPONENTS_MAP["rgw"])

obc_ui_obj.create_obc_ui(obc_name, storageclass, bucketclass)
obc_page = obc_ui_obj.create_obc_ui(obc_name, storageclass, bucketclass)

assert obc_page.verify_current_page_resource_status(
constants.STATUS_BOUND
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from ocs_ci.helpers.performance_lib import run_oc_command
from ocs_ci.helpers import helpers, performance_lib
from ocs_ci.ocs import constants
from ocs_ci.ocs.exceptions import PVCNotCreated, TimeoutExpiredError
from ocs_ci.helpers.storageclass_helpers import storageclass_name
from ocs_ci.ocs.exceptions import PVCNotCreated

logger = logging.getLogger(__name__)
ERRMSG = "Error in command"
Expand Down

0 comments on commit 111591a

Please sign in to comment.