about summary refs log tree commit diff
path: root/eg/post_hook.t
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 19:52:50 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 19:52:50 -0700
commitebd747bd5cb533f9f3df63c533b04df61950f9da (patch)
tree4c4efa4b6b547425ae9f479dc28ddaee8d927cb6 /eg/post_hook.t
parentadd a script to trigger our hook (diff)
downloadjitterbug-ebd747bd5cb533f9f3df63c533b04df61950f9da.tar.gz
Rename our hook data YAML to be more descriptive
Diffstat (limited to '')
-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/";