update go deps and alpine (#558)

This commit is contained in:
Boban Acimovic
2022-05-21 03:36:11 +02:00
committed by GitHub
parent 28229c4fc7
commit 7b8b9f5c80
4 changed files with 39 additions and 33 deletions

View File

@@ -14,7 +14,7 @@ func Test_Invalid_Bookmark_Files(t *testing.T) {
_, err = readServerConfig("../../data/invalid.toml")
assert.Error(t, err)
assert.Equal(t, "Near line 1 (last key parsed 'invalid'): expected key separator '=', but got 'e' instead", err.Error())
assert.Equal(t, "toml: line 1: expected '.' or '=', but got 'e' instead", err.Error())
}
func Test_Bookmark(t *testing.T) {