Skip to content

Commit 0f55625

Browse files
authored
Update collabora configuration to disable lets_encrypt
1 parent 873d1be commit 0f55625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/collabora.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Check if collabora is installed correctly
2222
Set Suite Variable ${module_id} ${output.module_id}
2323

2424
Check if collabora can be configured
25-
${rc} = Execute Command api-cli run module/${module_id}/configure-module --data '{"host": "collabora.nethserver.org","http2https": true,"lets_encrypt": true,"admin_password": "password"}'
25+
${rc} = Execute Command api-cli run module/${module_id}/configure-module --data '{"host": "collabora.nethserver.org","http2https": true,"lets_encrypt": false,"admin_password": "password"}'
2626
... return_rc=True return_stdout=False
2727
Should Be Equal As Integers ${rc} 0
2828

@@ -37,4 +37,4 @@ Check if collabora works as expected
3737
Check if collabora is removed correctly
3838
${rc} = Execute Command remove-module --no-preserve ${module_id}
3939
... return_rc=True return_stdout=False
40-
Should Be Equal As Integers ${rc} 0
40+
Should Be Equal As Integers ${rc} 0

0 commit comments

Comments
 (0)