Commit 9770bd1
committed
Fix acceptance tests
Previously, acceptance tests were failing during the initial
installation of fixtures:
> Cloning into 'spec/fixtures/modules/puppet_agent'...
> fatal: unable to connect to github.com:
> github.com\[0: 140.82.113.4]: errno=Connection timed out
This switches to using `https` URLs for the fixtures, which allows
acceptance tests to proceed beyond that point.1 parent dba16ed commit 9770bd1
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
0 commit comments