Skip to content

Commit ef14979

Browse files
committed
Inadvertant comment out
1 parent 3bad1f6 commit ef14979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/client/contexts/test_sxt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_sxt_context_txrm(mock_ole_file, mock_post, tmp_path):
9595
mock_ole_file().__enter__().exists.assert_any_call(field_name)
9696
mock_ole_file().__enter__().openstream.assert_any_call(field_name)
9797

98-
# assert mock_post.call_count == 5
98+
assert mock_post.call_count == 5
9999
mock_post.assert_any_call(
100100
"http://localhost:8000/workflow/visits/cm12345-6/sessions/1/register_data_collection_group",
101101
json={

0 commit comments

Comments
 (0)