Commit 0a10364
committed
Use the issue's Session object on issue.milestone
Without passing in "self" to the Milestone for the issue.milestone
attribute, we were getting a completely brand-new GitHubSession. This
meant that we were failing to use Betamax which caused our tests to be
unreliable and to bypass Betamax while running the test-suite.1 parent a15fcf1 commit 0a10364
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments