Use HTTPS URLs in tests
This commit is contained in:
parent
363bf9b08c
commit
dad8b6d704
4 changed files with 11 additions and 11 deletions
|
@ -49,7 +49,7 @@ class JsonControllerTest extends ControllerTest
|
|||
public function testJsonWithError()
|
||||
{
|
||||
$this->expectException(YoutubedlException::class);
|
||||
$this->getRequestResult('json', ['url' => 'http://example.com/foo']);
|
||||
$this->getRequestResult('json', ['url' => 'https://example.com/foo']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue