Skip to content

Commit

Permalink
tweak integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermak committed Nov 6, 2023
1 parent dddfa63 commit bc439cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test_last_activate():

result = runner.invoke(
app,
["activate"],
["activate", "-r", "aerie_admin"],
input=str(configuration_id) + "\n",
catch_exceptions=False,
)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/test_scheduling.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def set_up_environment(request):

def cli_schedule_upload():
schedule_file_path = os.path.join(GOALS_PATH, "schedule1.txt")
with open(schedule_file_path, "x") as fid:
with open(schedule_file_path, "w") as fid:
fid.write(GOAL_PATH)
result = runner.invoke(
app,
Expand Down

0 comments on commit bc439cf

Please sign in to comment.