mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Commands: Update index_test.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -47,7 +47,6 @@ func TestIndexCommand(t *testing.T) {
|
||||
if output := logs; output != "" {
|
||||
// Expected index command output.
|
||||
assert.Contains(t, output, "indexing originals")
|
||||
assert.Contains(t, output, "classify: loading")
|
||||
assert.Contains(t, output, "indexed")
|
||||
assert.Contains(t, output, "files")
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user