Skip to content

Commit 148d991

Browse files
committed
chore: adjustment integration test erro certificate_openssl
Signed-off-by: Crisciany Souza <criscianysilva1997@gmail.com>
1 parent a8391cb commit 148d991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/features/admin/certificate_openssl.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Feature: admin/certificate_openssl
2828
Then the response should have a status code 401
2929
And the response should be a JSON array with the following mandatory values
3030
| key | value |
31-
| (jq).ocs.data.message | Parameter 'CN' should be betweeen 1 and 64. |
31+
| (jq).ocs.data.message | Parameter 'CN' should be between 1 and 64. |
3232

3333
Scenario: Generate root cert with success using optional names values
3434
Given as user "admin"
@@ -52,7 +52,7 @@ Feature: admin/certificate_openssl
5252
Then the response should have a status code 401
5353
And the response should be a JSON array with the following mandatory values
5454
| key | value |
55-
| (jq).ocs.data.message | Parameter 'C' should be betweeen 2 and 2. |
55+
| (jq).ocs.data.message | Parameter 'C' should be between 2 and 2. |
5656

5757
Scenario: Generate root cert with fail when country have more then 2 characters
5858
Given as user "admin"
@@ -61,4 +61,4 @@ Feature: admin/certificate_openssl
6161
Then the response should have a status code 401
6262
And the response should be a JSON array with the following mandatory values
6363
| key | value |
64-
| (jq).ocs.data.message | Parameter 'C' should be betweeen 2 and 2. |
64+
| (jq).ocs.data.message | Parameter 'C' should be between 2 and 2. |

0 commit comments

Comments
 (0)