We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e097d commit 76ec3b8Copy full SHA for 76ec3b8
tests/test_run_ab_transforms.py
@@ -191,10 +191,10 @@ def test_get_output_filename_success():
191
"stage": "extracted",
192
"action": "index",
193
"index": None,
194
- "file_type": "xml",
+ "file_type": "json",
195
}
196
)
197
- == "source-2024-01-01-full-transformed-records-to-index.xml"
+ == "source-2024-01-01-full-transformed-records-to-index.json"
198
199
200
@@ -297,8 +297,8 @@ def test_get_output_filename_indexed_success():
297
298
299
"index": "01",
300
301
302
303
- == "source-2024-01-01-full-transformed-records-to-index_01.xml"
+ == "source-2024-01-01-full-transformed-records-to-index_01.json"
304
0 commit comments