64d04fc
diff -ru a/test/libgit2.jl b/test/libgit2.jl
64d04fc
--- a/test/libgit2.jl	2017-12-13 20:01:57.000000000 +0100
64d04fc
+++ b/test/libgit2.jl	2018-03-23 18:15:16.017762597 +0100
64d04fc
@@ -1697,7 +1697,7 @@
64d04fc
                             deserialize(f)
64d04fc
                         end
64d04fc
                         @test err.code == LibGit2.Error.ERROR
64d04fc
-                        @test err.msg == "Invalid Content-Type: text/plain"
64d04fc
+                        @test err.msg == "invalid Content-Type: text/plain"
64d04fc
                     end
64d04fc
                 finally
64d04fc
                     kill(pobj)