aboutsummaryrefslogtreecommitdiff
path: root/tests/jsonapi
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-12-15 13:13:15 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-12-15 13:13:15 +0000
commit4333e038692f5d422125b76a56b7540f0d5f34fc (patch)
treed41c7982ce207ec92b30f6968edab587998b3085 /tests/jsonapi
parentb0e3d82e9d6ebc789bf2ad394bcc4de180767625 (diff)
ensure the user may create a booking for a slot, fixes #1883
Closes #1883 Merge request studip/studip!1246
Diffstat (limited to 'tests/jsonapi')
-rw-r--r--tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php b/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php
index 590343d..3f33de4 100644
--- a/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php
+++ b/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php
@@ -6,7 +6,6 @@ use WoohooLabs\Yang\JsonApi\Response\JsonApiResponse;
require_once __DIR__ . '/ConsultationHelper.php';
-// TODO: Test locked blocks
class ConsultationsBookingCreateBySlotIndexTest extends Codeception\Test\Unit
{
use ConsultationHelper;