Commit ee9f648
authored
fix: mock away TASKCLUSTER_{CLIENT_ID,ACCESS_TOKEN} (#839)
I happened to run tests in a termimal where I was signed into a cluster, and got a test failure because of it:
```
E AssertionError: expected call not found.
E Expected: mock({'rootUrl': 'http://taskcluster-prod'})
E Actual: mock({'rootUrl': 'http://taskcluster-prod', 'credentials': ...})
```1 parent 928330f commit ee9f648
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments