mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
fix(server): searchRandom
response (#15580)
* fix searchRandom * add e2e * set outer limit
This commit is contained in:
parent
065d885ca0
commit
ba105d9f19
5 changed files with 60 additions and 9 deletions
e2e/src
|
@ -76,6 +76,7 @@ export const immichCli = (args: string[]) =>
|
|||
export const immichAdmin = (args: string[]) =>
|
||||
executeCommand('docker', ['exec', '-i', 'immich-e2e-server', '/bin/bash', '-c', `immich-admin ${args.join(' ')}`]);
|
||||
export const specialCharStrings = ["'", '"', ',', '{', '}', '*'];
|
||||
export const TEN_TIMES = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
|
||||
|
||||
const executeCommand = (command: string, args: string[]) => {
|
||||
let _resolve: (value: CommandResponse) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue