Skip to content

Commit 91e7ee2

Browse files
committed
🐛 Address ambiguous test
1 parent b35563d commit 91e7ee2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/workflows/test_alaska_marine.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
"""Test alaska_marine workflow."""
22

33
import pytest
4+
from pyiem.util import utc
45

6+
import pywwa
57
from pywwa.testing import get_example_file
68
from pywwa.workflows import alaska_marine
79

810

911
@pytest.mark.parametrize("database", ["postgis"])
1012
def test_workflow(cursor):
1113
"""Test failure in the wild."""
14+
pywwa.CTX["utcnow"] = utc(2025, 1, 1, 12)
1215
alaska_marine.process_data(cursor, get_example_file("CWFAER_0.txt"))
1316
alaska_marine.process_data(cursor, get_example_file("CWFAER_1.txt"))
1417
alaska_marine.process_data(cursor, get_example_file("CWFAER_2.txt"))

0 commit comments

Comments
 (0)