Skip to content

Commit

Permalink
[tests] Fix file name in test_serve_job_07
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jul 5, 2019
1 parent 2e3e372 commit 2c03776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapphire/test_sapphire.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def test_serve_job_07(tmp_path):
job = ServeJob(str(tmp_path), dict(), dict(), dict())
assert job.status == SERVED_NONE
assert job.pending_files() == 1
assert job.check_request("req_file_1.txt").target == str(test_file)
assert job.check_request("test.txt").target == str(test_file)


def test_response_data_01():
Expand Down

0 comments on commit 2c03776

Please sign in to comment.