Skip to content

Commit

Permalink
How did this end up here
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Jan 19, 2024
1 parent db1ed11 commit 9336881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_order_portal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import base64
import loggingdaily_read/__main__.py
import logging
import pytest

from unittest import mock
Expand All @@ -8,7 +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 """
"""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 9336881

Please sign in to comment.