Commands: Remove unstable assertion from index_test.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
3c0f1f37ad
commit
4d8bf12c0b
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ func TestIndexCommand(t *testing.T) {
|
||||||
if l != "" {
|
if l != "" {
|
||||||
assert.NotContains(t, l, "error")
|
assert.NotContains(t, l, "error")
|
||||||
assert.NotContains(t, l, "warning")
|
assert.NotContains(t, l, "warning")
|
||||||
assert.Contains(t, l, "index")
|
|
||||||
} else {
|
} else {
|
||||||
t.Fatal("log output missing")
|
t.Fatal("log output missing")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue