Skip to content

Commit 4ed7ddd

Browse files
committed
chore: fix HTTP status check for stamps.filezz.ru in production tests
Correction for 1401c65 commit.
1 parent f7cfc78 commit 4ed7ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/hurl/ssl.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ certificate "Issuer" contains "Let's Encrypt"
2323
certificate "Expire-Date" daysAfterNow > 10
2424

2525
GET https://stamps.filezz.ru
26-
HTTP 200
26+
HTTP 301
2727
[Asserts]
2828
certificate "Subject" == "CN = my-stamps.ru"
2929
certificate "Issuer" contains "Let's Encrypt"

0 commit comments

Comments
 (0)