Commit 8689842
Fix the curl.test.ext spawn_curl_commands ts parameter (#12358)
This fixes:
```
File "/home/jenkins/trafficserver/tests/gold_tests_filtered/autest-site/curl.test.ext", line 33
def spawn_curl_commands(self, cmdstr, count, retcode=0, use_default=True, ts):
^^
SyntaxError: parameter without a default follows parameter with a default
```
Co-authored-by: bneradt <bneradt@yahooinc.com>1 parent 636772a commit 8689842
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments