Add a minimum size to userID when submitting

This commit is contained in:
Ajay Ramachandran
2021-07-06 00:49:07 -04:00
parent 35e1cf5733
commit 2379899f02
5 changed files with 49 additions and 49 deletions

View File

@@ -252,7 +252,7 @@ describe('getSegmentsByHash', () => {
'Content-Type': 'application/json',
},
body: JSON.stringify({
userID: "test",
userID: "test-qwertyuiopasdfghjklzxcvbnm",
videoID: testID,
segments: [{
segment: [13, 17],