File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/integration/features/admin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Feature: admin/certificate_openssl
28
28
Then the response should have a status code 401
29
29
And the response should be a JSON array with the following mandatory values
30
30
| 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 . |
32
32
33
33
Scenario : Generate root cert with success using optional names values
34
34
Given as user "admin"
@@ -52,7 +52,7 @@ Feature: admin/certificate_openssl
52
52
Then the response should have a status code 401
53
53
And the response should be a JSON array with the following mandatory values
54
54
| 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 . |
56
56
57
57
Scenario : Generate root cert with fail when country have more then 2 characters
58
58
Given as user "admin"
@@ -61,4 +61,4 @@ Feature: admin/certificate_openssl
61
61
Then the response should have a status code 401
62
62
And the response should be a JSON array with the following mandatory values
63
63
| 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 . |
You can’t perform that action at this time.
0 commit comments