Skip to content

Commit 76ec3b8

Browse files
committed
Transformed files always JSON files
1 parent c6e097d commit 76ec3b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_run_ab_transforms.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ def test_get_output_filename_success():
191191
"stage": "extracted",
192192
"action": "index",
193193
"index": None,
194-
"file_type": "xml",
194+
"file_type": "json",
195195
}
196196
)
197-
== "source-2024-01-01-full-transformed-records-to-index.xml"
197+
== "source-2024-01-01-full-transformed-records-to-index.json"
198198
)
199199

200200

@@ -297,8 +297,8 @@ def test_get_output_filename_indexed_success():
297297
"stage": "extracted",
298298
"action": "index",
299299
"index": "01",
300-
"file_type": "xml",
300+
"file_type": "json",
301301
}
302302
)
303-
== "source-2024-01-01-full-transformed-records-to-index_01.xml"
303+
== "source-2024-01-01-full-transformed-records-to-index_01.json"
304304
)

0 commit comments

Comments
 (0)