Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 committed Dec 5, 2024
1 parent a596a84 commit b0e5721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_calico.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def get_image_platform():
def get_installation_spec(registry, repo):
return f"""
# This section includes base Calico installation configuration.
# For more information, see: https://docs.tigera.io/calico/latest/reference/installation/api#operator.tigera.io/v1.Installation
# For more information, see:
# https://docs.tigera.io/calico/latest/reference/installation/api#operator.tigera.io/v1.Installation
apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
Expand Down Expand Up @@ -103,7 +104,6 @@ def get_imageset_spec(operator_version, calico_version):
image, version, IMG_PLATFORM
)
sha256_digest = get_image_sha256_digest(rock.image)
prefix = rock.image.split("/")[1]

# We're supposed to pass the original image names and new hashes.
orig_image = image.replace("calico-tigera", "tigera/")
Expand Down

0 comments on commit b0e5721

Please sign in to comment.