fix repro

This commit is contained in:
Jesse Bannon 2024-11-18 00:10:50 -08:00
parent 5f6b720e6f
commit b02f11dd5b

View file

@ -1,4 +1,3 @@
import json
from typing import Dict from typing import Dict
import pytest import pytest
@ -44,13 +43,13 @@ class TestReproduce:
def test_debug_log_repro( def test_debug_log_repro(
self, self,
default_config, default_config,
repro_preset_dict, debug_log_rerpo,
output_directory, output_directory,
): ):
sub = Subscription.from_dict( sub = Subscription.from_dict(
config=default_config, config=default_config,
preset_name="repro", preset_name="repro",
preset_dict=repro_preset_dict, preset_dict=debug_log_rerpo,
) )
transaction_log = sub.download(dry_run=False) transaction_log = sub.download(dry_run=False)