From 20e9aec5ecfa6d29b550d736fe00d75ee2de6ed1 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Thu, 16 May 2024 19:21:47 +0200 Subject: [PATCH] Update vhost configuration test in webserver robot test suite --- tests/webserver.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webserver.robot b/tests/webserver.robot index f4b3182..4a75c8b 100644 --- a/tests/webserver.robot +++ b/tests/webserver.robot @@ -40,7 +40,7 @@ Check if vhost can be created Should Be Equal As Integers ${rc} 0 Check if vhost can be updated - ${rc} = Execute Command api-cli run module/${module_id}/update-vhost --data '{"PhpVersion":"8.2","ServerNames":["foo.com","john.com"],"MemoryLimit":512,"AllowUrlfOpen":"disabled","UploadMaxFilesize":4,"PostMaxSize":8,"MaxExecutionTime":0,"MaxFileUploads":20,"lets_encrypt":false,"http2https":true,"Indexes":"disabled","status":"enabled"}' + ${rc} = Execute Command api-cli run module/${module_id}/update-vhost --data '{"PhpVersion":"8.2","ServerNames":["foo.com","john.com"],"Port":9001,"MemoryLimit":512,"AllowUrlfOpen":"disabled","UploadMaxFilesize":4,"PostMaxSize":8,"MaxExecutionTime":0,"MaxFileUploads":20,"lets_encrypt":false,"http2https":true,"Indexes":"disabled","status":"enabled"}' ... return_rc=True return_stdout=False Should Be Equal As Integers ${rc} 0