From 78e57d25330e1eb8fa1c187e6b965edb36e9098e Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Thu, 29 Apr 2021 17:58:37 +0200 Subject: [PATCH] change request in test --- test/integration/cmdIntegration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go index 03048c8ea..d5596ab70 100644 --- a/test/integration/cmdIntegration_test.go +++ b/test/integration/cmdIntegration_test.go @@ -153,7 +153,7 @@ func TestCmdIntegration(t *testing.T) { hostname := guuid.New().String() if err := cli.HTTPGet( testAPIEndpoint, - "set", + "update", "address="+testAddress, "uuid="+did, "sbi="+cliSbi, -- GitLab