mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-04-20 23:11:56 +02:00
Update tests for changed link creation behavior
This commit is contained in:
parent
0350584b16
commit
d7750546ea
@ -81,8 +81,6 @@ class LinkApiTest extends ApiTestCase
|
||||
$databaseLink = Link::first();
|
||||
|
||||
$this->assertEquals('http://example.com', $databaseLink->url);
|
||||
|
||||
Queue::assertPushed(SaveLinkToWaybackmachine::class);
|
||||
}
|
||||
|
||||
public function testCreateRequestWithTagsAsString(): void
|
||||
|
@ -69,8 +69,6 @@ class LinkControllerTest extends TestCase
|
||||
|
||||
$this->assertEquals('https://example.com', $databaseLink->url);
|
||||
$this->assertEquals('Example Title', $databaseLink->title);
|
||||
|
||||
Queue::assertPushed(SaveLinkToWaybackmachine::class);
|
||||
}
|
||||
|
||||
public function testFullStoreRequest(): void
|
||||
|
Loading…
x
Reference in New Issue
Block a user