Skip to content

Commit 759f543

Browse files
committed
Lint
1 parent 9163d8a commit 759f543

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/interop/test_validate_edge_site_components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33

44
import pytest
5-
from ocp_resources.route import Route
65
from validatedpatterns_tests.interop import application, components
76

87
from . import __loggername__

tests/interop/test_validate_hub_site_components.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33

44
import pytest
5-
import yaml
65
from ocp_resources.storage_class import StorageClass
76
from validatedpatterns_tests.interop import application, components
87

@@ -67,7 +66,7 @@ def test_validate_acm_self_registration_managed_clusters(openshift_dyn_client):
6766
logger.error(f"FAIL: {err_msg}")
6867
assert False, err_msg
6968
else:
70-
logger.info(f"PASS: Edge site is self registered")
69+
logger.info("PASS: Edge site is self registered")
7170

7271

7372
@pytest.mark.validate_argocd_reachable_hub_site

0 commit comments

Comments
 (0)