summaryrefslogtreecommitdiff
path: root/ewww.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-07-19 10:28:21 +0300
committerLars Wirzenius <liw@liw.fi>2020-07-19 10:50:12 +0300
commitb2c24dd2def45f0f28c948163c61c16a45973b2b (patch)
tree49196448ddaaff0d2e095edd50cbbb02ad07725b /ewww.yaml
parentafb4c816cc713e27cf44334ddce3608a345a4356 (diff)
downloadewww-b2c24dd2def45f0f28c948163c61c16a45973b2b.tar.gz
refactor: extract functions for doing HTTP requests to its own module
Diffstat (limited to 'ewww.yaml')
-rw-r--r--ewww.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ewww.yaml b/ewww.yaml
index d1a13ab..08a13e4 100644
--- a/ewww.yaml
+++ b/ewww.yaml
@@ -15,7 +15,7 @@
function: fixme
- then: I get status code {code}
- function: status_code_is
+ function: http_status_code_is
- then: 'header (?P<header>\S+) is "(?P<value>.+)"'
regex: true