Skip to content

Commit d67a7b8

Browse files
committed
Resolve merge conflicts
1 parent 9b05277 commit d67a7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_bdd/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def _parse_and_add_rule(self, rule_data: GherkinRule, feature: Feature) -> None:
498498
keyword=rule_data.keyword,
499499
name=rule_data.name,
500500
description=rule_data.description,
501-
tags=self.get_tag_names(rule_data.tags),
501+
tags=get_tag_names(rule_data.tags),
502502
background=background,
503503
)
504504

0 commit comments

Comments
 (0)