mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fix integration tests to properly account for the rule position in the API
This commit is contained in:
@@ -71,7 +71,7 @@ class CreateServerScheduleTest extends ClientApiIntegrationTestCase
|
||||
'day_of_week' => '*',
|
||||
])
|
||||
->assertStatus(Response::HTTP_UNPROCESSABLE_ENTITY)
|
||||
->assertJsonPath('errors.0.code', 'boolean');
|
||||
->assertJsonPath('errors.0.meta.rule', 'boolean');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user