feat: add validators to check values in services
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
committed by
Julius Härtl
parent
f9acf7778f
commit
1217b37b19
@@ -13,7 +13,7 @@ describe('Board', function() {
|
||||
})
|
||||
|
||||
it('Can create a board', function() {
|
||||
const board = 'Test'
|
||||
const board = 'TestBoard'
|
||||
|
||||
cy.intercept({
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user