about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--eg/post_hook.t2
-rw-r--r--t/003_hook_route.t2
-rw-r--r--t/data/hook_data.yml (renamed from t/data/test.yaml)0
3 files changed, 2 insertions, 2 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/";
diff --git a/t/003_hook_route.t b/t/003_hook_route.t
index 0ce6771..cfd914b 100644
--- a/t/003_hook_route.t
+++ b/t/003_hook_route.t
@@ -14,7 +14,7 @@ use File::Temp qw/tempdir/;
 use Dancer::Test;
 use Dancer::Config qw/setting/;
 
-my $content = LoadFile('t/data/test.yaml');
+my $content = LoadFile('t/data/hook_data.yml');
 
 my $db_dir = tempdir( CLEANUP => 1 );
 my $db_file = File::Spec->catfile( $db_dir, 'jitterbug.db' );
diff --git a/t/data/test.yaml b/t/data/hook_data.yml
index c8e1a63..c8e1a63 100644
--- a/t/data/test.yaml
+++ b/t/data/hook_data.yml