Skip to content

Commit f796619

Browse files
Address comment
1 parent 1117641 commit f796619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_fixtures/component/taxonomy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def sca_manifest_for_upgrade():
226226

227227

228228
@pytest.fixture
229-
def func_future_dated_subscription_manifest(target_sat, function_org):
229+
def func_future_dated_subscription_manifest(function_org):
230230
"""Create and upload future date subscription manifest into org"""
231231
with Manifester(manifest_category=settings.manifest.future_date_subscription) as manifest:
232232
yield manifest

0 commit comments

Comments
 (0)