Skip to content

Commit

Permalink
Correcting PR Check error
Browse files Browse the repository at this point in the history
Signed-off-by: suchita-g <[email protected]>
  • Loading branch information
suchita-g committed Nov 14, 2023
1 parent 244fc9e commit 7524037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def pytest_collection_modifyitems(session, config, items):
continue
if (
skipif_upgraded_from_marker
and config.ENV_DATA.get("platform", "").lower()
and ocsci_config.ENV_DATA.get("platform", "").lower()
not in constants.HCI_PROVIDER_CLIENT_PLATFORMS
):
skip_args = skipif_upgraded_from_marker.args
Expand Down

0 comments on commit 7524037

Please sign in to comment.