Skip to content

Commit 56d77be

Browse files
authored
Merge pull request #627 from Kuadrant/fix_formatting
fix: formatting
2 parents 76366ce + 61e4f0e commit 56d77be

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)