add VLC authentication workaround

This commit is contained in:
aler9
2021-10-30 14:47:58 +02:00
parent 146b923b1e
commit 1d5f3c92ae
7 changed files with 49 additions and 21 deletions

View File

@@ -64,7 +64,7 @@ func TestValidatorErrors(t *testing.T) {
Header: base.Header{
"Authorization": ca.hv,
},
}, nil)
})
require.Equal(t, ca.err, err.Error())
})
}