summaryrefslogtreecommitdiff
path: root/eg/post_hook.t
diff options
context:
space:
mode:
Diffstat (limited to 'eg/post_hook.t')
-rw-r--r--eg/post_hook.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/eg/post_hook.t b/eg/post_hook.t
index 3715abc..8e2e9e6 100644
--- a/eg/post_hook.t
+++ b/eg/post_hook.t
@@ -6,7 +6,7 @@ use HTTP::Request::Common;
use YAML qw/LoadFile/;
use JSON;
-my $content = LoadFile('t/data/test.yaml');
+my $content = LoadFile('t/data/hook_data.yml');
my $payload = JSON::encode_json($content);
my $url = "http://localhost:5000/hook/";