Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 11, 2024
1 parent 4608cde commit 1525ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/get_file_information_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func TestGetFileInformation(t *testing.T) {
CacheControl: "max-age=3600",
ContentLength: 14495,
ContentType: "image/jpeg",
Etag: `"c534df8fcf66240a63b561b1d628e05fa02baad44aac4c8a93550080c2a159f1"`,
Etag: `"dc72277490497dc9b3ca900e5d2797b99a23797a3bcfbc7418f60f9d4c058fe9"`,
LastModified: "",
Error: "",
StatusCode: 200,
Expand All @@ -204,9 +204,9 @@ func TestGetFileInformation(t *testing.T) {
id: testFiles.ProcessedFiles[1].ID,
expected: &client.FileInformationHeader{
CacheControl: "max-age=3600",
ContentLength: 6640,
ContentLength: 6658,
ContentType: "image/jpeg",
Etag: `"4ce6e420e7bb5a1c577a9125ce2bc37f950bb9f25f964112308a452985a17912"`,
Etag: `"2b99a81ce11cd6604622fcf44701318e7a9c85cdac43ccb5296f5168fb301429"`,
LastModified: "",
Error: "",
StatusCode: 200,
Expand Down

0 comments on commit 1525ea3

Please sign in to comment.