mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
fix tests
This commit is contained in:
@ -23,7 +23,7 @@ public function test_visit_application()
|
||||
'site' => $this->site,
|
||||
])
|
||||
)
|
||||
->assertOk()
|
||||
->assertSuccessful()
|
||||
->assertSee($this->site->domain);
|
||||
}
|
||||
|
||||
@ -88,7 +88,7 @@ public function test_deploy(): void
|
||||
'server' => $this->server,
|
||||
'site' => $this->site,
|
||||
]))
|
||||
->assertOk()
|
||||
->assertSuccessful()
|
||||
->assertSee('test commit message');
|
||||
|
||||
$deployment = $this->site->deployments()->first();
|
||||
|
Reference in New Issue
Block a user