Skip to content

Commit

Permalink
Fix E127 continuation line over-indented
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <acmiel@redhat.com>
  • Loading branch information
chmeliik committed Sep 29, 2021
1 parent a474ab3 commit bb482c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,9 @@ def test_get_multiple_build_config_by_labels(self, openshift): # noqa:F811
"Build config not found for labels"),
([], None, "Build config not found for labels"),
([{"spam": "maps", "maps": {"spam": "value-3"}},
{"spam": "maps", "maps": {"spam": "value-3"}}], None,
"More than one build config found for labels"),
{"spam": "maps", "maps": {"spam": "value-3"}}],
None,
"More than one build config found for labels"),
])
def test_get_build_config_by_labels_filtered_fail(self, openshift,
items, filter_value, error):
Expand Down

0 comments on commit bb482c1

Please sign in to comment.