We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a3e76 commit f7cfc78Copy full SHA for f7cfc78
1 file changed
src/test/hurl/ssl.hurl
@@ -18,14 +18,14 @@ certificate "Expire-Date" daysAfterNow > 10
18
GET https://www.my-stamps.ru
19
HTTP 200
20
[Asserts]
21
-certificate "Subject" == "CN = www.my-stamps.ru"
+certificate "Subject" == "CN = my-stamps.ru"
22
certificate "Issuer" contains "Let's Encrypt"
23
certificate "Expire-Date" daysAfterNow > 10
24
25
GET https://stamps.filezz.ru
26
27
28
-certificate "Subject" == "CN = stamps.filezz.ru"
29
30
31
0 commit comments