Add unit test to cover device URLs edition, and fix bug thanks to it

This commit is contained in:
Alejandro Celaya
2023-01-22 12:15:29 +01:00
parent 5aa8de11f4
commit b0b9902f40
3 changed files with 48 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ class CreateShortUrlTest extends ApiTestCase
'tags' => ['boo', 'far'],
'validSince' => Chronos::now()->toAtomString(),
'maxVisits' => 7,
]
],
];
}