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