Index: Update index_test.go #2702

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-09-14 11:04:05 +02:00
parent 3c54ac8285
commit 3e86a88afb

View File

@ -46,7 +46,6 @@ func TestIndexCommand(t *testing.T) {
if l != "" {
// Expected index command output.
assert.Contains(t, l, "classify: loading labels")
assert.NotContains(t, l, "error")
assert.Contains(t, l, "found no .ppignore file")
} else {