Skip to content

Commit 61e4f0e

Browse files
committed
fix: formatting
Signed-off-by: Michael Nairn <[email protected]>
1 parent 76366ce commit 61e4f0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

testsuite/tests/singlecluster/authorino/identity/subject_access_review/test_subject_access_review.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Test kubernetes SubjectAccessReview authorization by verifying only a
2-
ServiceAccount bound to a ClusterRole is authorized to access a resource"""
2+
ServiceAccount bound to a ClusterRole is authorized to access a resource"""
33

44
import pytest
55

testsuite/tests/singlecluster/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Configure all the components through Kuadrant,
2-
all methods are placeholders for now since we do not work with Kuadrant"""
2+
all methods are placeholders for now since we do not work with Kuadrant"""
33

44
import pytest
55
import yaml

testsuite/tests/singlecluster/limitador/route/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Conftest for RLP targeting route tests """
1+
"""Conftest for RLP targeting route tests"""
22

33
import pytest
44

0 commit comments

Comments
 (0)