Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 1, 2023
1 parent d0ddbcb commit 5c70c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/suite/test_auth_basic_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
def to_base64(b64_string):
return b64encode(b64_string.encode("ascii")).decode("ascii")


@pytest.mark.policies
@pytest.mark.parametrize(
"crd_ingress_controller, virtual_server_setup",
Expand Down
1 change: 1 addition & 0 deletions tests/suite/test_auth_basic_policies_vsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
def to_base64(b64_string):
return b64encode(b64_string.encode("ascii")).decode("ascii")


@pytest.mark.policies
@pytest.mark.parametrize(
"crd_ingress_controller, v_s_route_setup",
Expand Down

0 comments on commit 5c70c19

Please sign in to comment.