We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a95d20 commit 03346faCopy full SHA for 03346fa
soil/web_test.py
@@ -21,7 +21,6 @@ def testTemplates(self):
21
'job_num': '123',
22
'job_url': 'https://yo',
23
'git-branch': 'soil-staging',
24
- 'run_wwz_path': 'dev-minimal.wwz',
25
'index_run_url': '123/',
26
27
'job-name': 'dev-minimal',
@@ -33,9 +32,9 @@ def testTemplates(self):
33
32
34
'GITHUB_RUN_NUMBER': '1234',
35
36
- 'run_tsv_path': 'tsv',
37
- 'run_json_path': 'json',
38
- 'run_wwz_path': 'wwz',
+ 'run_tsv_href': 'tsv',
+ 'run_json_href': 'json',
+ 'run_wwz_href': 'wwz',
39
}
40
41
job2 = dict(job)
0 commit comments