Skip to content

Commit 8ad3fc3

Browse files
author
Sylvain MARIE
committed
Fixed minor issue
1 parent a84469b commit 8ad3fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_cases/main_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ def _fixture_union(caller_module,
974974

975975
# then generate the body of our union fixture. It will require all of its dependent fixtures and receive as
976976
# a parameter the name of the fixture to use
977-
@with_signature("%s(%s, request)" % (name, ', '.join(f_names_args)))
977+
@with_signature("%s(%s, request)" % (name, ', '.join(f_names)))
978978
def _new_fixture(request, **all_fixtures):
979979
if not is_used_request(request):
980980
return NOT_USED

0 commit comments

Comments
 (0)