mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
fix chmod error on docker servers (#355)
This commit is contained in:
@ -212,7 +212,7 @@ public function test_failed_to_update_source_control(): void
|
||||
->callInfolistAction('source_control_id', 'edit_source_control', [
|
||||
'source_control' => $sourceControl->id,
|
||||
])
|
||||
->assertHasActionErrors();
|
||||
->assertNotified('Repository not found');
|
||||
}
|
||||
|
||||
public function test_update_v_host(): void
|
||||
|
Reference in New Issue
Block a user