Skip to content

Commit 03346fa

Browse files
author
Andy C
committed
[soil/web] Fix unit test
1 parent 7a95d20 commit 03346fa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

soil/web_test.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def testTemplates(self):
2121
'job_num': '123',
2222
'job_url': 'https://yo',
2323
'git-branch': 'soil-staging',
24-
'run_wwz_path': 'dev-minimal.wwz',
2524
'index_run_url': '123/',
2625

2726
'job-name': 'dev-minimal',
@@ -33,9 +32,9 @@ def testTemplates(self):
3332

3433
'GITHUB_RUN_NUMBER': '1234',
3534

36-
'run_tsv_path': 'tsv',
37-
'run_json_path': 'json',
38-
'run_wwz_path': 'wwz',
35+
'run_tsv_href': 'tsv',
36+
'run_json_href': 'json',
37+
'run_wwz_href': 'wwz',
3938
}
4039

4140
job2 = dict(job)

0 commit comments

Comments
 (0)