diff --git a/docker-compose.yml b/docker-compose.yml index 2965fb0..02706b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - "${DOWNLOAD_SERVICE_PORT}:${DOWNLOAD_SERVICE_PORT}" fcrepo: - image: oapass/fcrepo:4.7.5-3.2-5@sha256:0bc8bcf2b4804c0c4ba11af2ad3f02ec5a24a442b6d50877148c212dc79c20d1 + image: oapass/fcrepo:0.1.0@sha256:d667883f2ea3c9d4235a019be4c16f8796949d864e56490c57aa896bd672027f container_name: fcrepo env_file: .env ports: diff --git a/integration_test.go b/integration_test.go index 7e66dc1..3e9f72c 100644 --- a/integration_test.go +++ b/integration_test.go @@ -44,7 +44,7 @@ func TestIntegration(t *testing.T) { t.Fatalf("Got wrong content type for PDF!") } - if resp.Header.Get("Content-Length") != "1035596" { + if resp.Header.Get("Content-Length") != "1031677" { t.Fatalf("Didn't get expected content length for pdf file") } }