Skip to content

Commit

Permalink
fix(integration-test): separate dswx-s1 tests
Browse files Browse the repository at this point in the history
Refs #705
  • Loading branch information
chrisjrd committed Feb 29, 2024
1 parent 5135f17 commit c21391f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions integration/test_dswx_s1_edge_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,8 @@ async def test_subscriber_rtc_trigger_logic():
logger.info("Ran DAAC data subscriber")

logger.info("Run evaluator")
result = subprocess.run([
"python data_subscriber/rtc/evaluator.py "
"--coverage-target=0 "
"--main "
""
],
result = subprocess.run(
["python data_subscriber/rtc/evaluator.py --coverage-target=0 --main"],
cwd=Path.cwd(),
shell=True,
text=True,
Expand Down

0 comments on commit c21391f

Please sign in to comment.