the latest upstream release of privatebin-cli [0] always fails the tests
in the debin build environment:
=== RUN TestPaste_MimeTypeInference/Text_file
paste_test.go:317:
Error Trace: /build/reproducible-path/privatebin-cli-2.1.1/_build/src/go.gearno.de/privatebin/paste_test.go:317
Error: "data:application/octet-stream;base64,YXR0YWNobWVudCBjb250ZW50" does not contain "data:text/plain"
Test: TestPaste_MimeTypeInference/Text_file
But when running the tests manually it works:
go test .
ok go.gearno.de/privatebin/v2 0.014s
I had a look at the dependencies, but didn't spot anything suspicious.
I would highly appreciate if someone could give some hints how to debug
this.