Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Jan 19, 2024
1 parent 966e45b commit db1ed11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_order_portal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import base64
import logging
import loggingdaily_read/__main__.py
import pytest

from unittest import mock
Expand All @@ -8,6 +8,7 @@


def test_get_and_process_orders_open_upload_fail(data_repo_full, mock_project_data_record, caplog):
"""Test getting and processing an open order and upload to Order portal failing """
orderer = "[email protected]"
order_id = "NGI123456"
config_values = config.Config()
Expand Down

0 comments on commit db1ed11

Please sign in to comment.