Commands: Remove unstable assertion from index_test.go

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-10-10 14:39:04 +02:00
parent 3c0f1f37ad
commit 4d8bf12c0b

View file

@ -48,7 +48,6 @@ func TestIndexCommand(t *testing.T) {
if l != "" {
assert.NotContains(t, l, "error")
assert.NotContains(t, l, "warning")
assert.Contains(t, l, "index")
} else {
t.Fatal("log output missing")
}