Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nairn <[email protected]>
  • Loading branch information
mikenairn committed Jan 29, 2025
1 parent 76366ce commit 61e4f0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Test kubernetes SubjectAccessReview authorization by verifying only a
ServiceAccount bound to a ClusterRole is authorized to access a resource"""
ServiceAccount bound to a ClusterRole is authorized to access a resource"""

import pytest

Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/singlecluster/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Configure all the components through Kuadrant,
all methods are placeholders for now since we do not work with Kuadrant"""
all methods are placeholders for now since we do not work with Kuadrant"""

import pytest
import yaml
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/singlecluster/limitador/route/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Conftest for RLP targeting route tests """
"""Conftest for RLP targeting route tests"""

import pytest

Expand Down

0 comments on commit 61e4f0e

Please sign in to comment.