Merge pull request #305 from ajayyy/userid-limit

Minimum userID size
This commit is contained in:
Ajay Ramachandran
2021-07-06 01:00:44 -04:00
committed by GitHub
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],