diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go
index 03048c8eafaebb5127f7a26ed40138e3f3567729..d5596ab70dad335efd43246023c13a10859f5b6a 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,