Index: Update index_test.go #2702
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
3c54ac8285
commit
3e86a88afb
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ func TestIndexCommand(t *testing.T) {
|
||||||
|
|
||||||
if l != "" {
|
if l != "" {
|
||||||
// Expected index command output.
|
// Expected index command output.
|
||||||
assert.Contains(t, l, "classify: loading labels")
|
|
||||||
assert.NotContains(t, l, "error")
|
assert.NotContains(t, l, "error")
|
||||||
assert.Contains(t, l, "found no .ppignore file")
|
assert.Contains(t, l, "found no .ppignore file")
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue