mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
https to http
This commit is contained in:
parent
0b71789274
commit
c04754a17c
|
@ -11,7 +11,7 @@ class_name: AcceptanceTester
|
||||||
modules:
|
modules:
|
||||||
enabled:
|
enabled:
|
||||||
- WebDriver:
|
- WebDriver:
|
||||||
url: 'https://localhost:8000'
|
url: 'http://localhost:8000'
|
||||||
browser: 'phantomjs'
|
browser: 'phantomjs'
|
||||||
- \Helper\Acceptance
|
- \Helper\Acceptance
|
||||||
- Laravel5:
|
- Laravel5:
|
||||||
|
|
|
@ -11,7 +11,7 @@ class_name: AcceptanceTester
|
||||||
modules:
|
modules:
|
||||||
enabled:
|
enabled:
|
||||||
- WebDriver:
|
- WebDriver:
|
||||||
url: 'https://localhost:8000'
|
url: 'http://localhost:8000'
|
||||||
browser: 'phantomjs'
|
browser: 'phantomjs'
|
||||||
- \Helper\Acceptance
|
- \Helper\Acceptance
|
||||||
- Laravel5:
|
- Laravel5:
|
||||||
|
|
Loading…
Reference in a new issue