fix repro
This commit is contained in:
parent
5f6b720e6f
commit
b02f11dd5b
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import json
|
||||
from typing import Dict
|
||||
|
||||
import pytest
|
||||
|
|
@ -44,13 +43,13 @@ class TestReproduce:
|
|||
def test_debug_log_repro(
|
||||
self,
|
||||
default_config,
|
||||
repro_preset_dict,
|
||||
debug_log_rerpo,
|
||||
output_directory,
|
||||
):
|
||||
sub = Subscription.from_dict(
|
||||
config=default_config,
|
||||
preset_name="repro",
|
||||
preset_dict=repro_preset_dict,
|
||||
preset_dict=debug_log_rerpo,
|
||||
)
|
||||
|
||||
transaction_log = sub.download(dry_run=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue