Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

uploader: respect Content-Type from MIME part header #276

Merged
merged 6 commits into from
Sep 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ var (

func TestIntegration(t *testing.T) {
versions := []dockerImage{
{image: "nspccdev/neofs-aio", version: "0.37.0"}, // 0.37.0 is the latest
{image: "nspccdev/neofs-aio", version: "0.37.0"},
{image: "nspccdev/neofs-aio", version: "0.38.0"},
smallhive marked this conversation as resolved.
Show resolved Hide resolved
}

key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb")
Expand Down