From 8faae187b2f4c093c6a1d35df213a5907c8b7290 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@redhat.com>
Date: Wed, 03 Jul 2019 15:10:49 +0200
Subject: [PATCH] Merge branch 'master' of github.com:RedHatTraining/DO288-apps

---
 post-commit/index.php   |    3 +++
 books/tests/app_test.js |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/books/tests/app_test.js b/books/tests/app_test.js
index 62bff17..81c1075 100644
--- a/books/tests/app_test.js
+++ b/books/tests/app_test.js
@@ -31,7 +31,7 @@
 
   it('GET to /authors should return 200', (done) => {
     chai.request(reqServer)
-      .get('/authors')
+      .get('/author')
       .end((err, res) => {
         expect(res).to.have.status(200);
         expect(res.text).to.include('James_Joyce');
diff --git a/post-commit/index.php b/post-commit/index.php
new file mode 100644
index 0000000..e64145a
--- /dev/null
+++ b/post-commit/index.php
@@ -0,0 +1,3 @@
+<?php
+print "Build hooks application \n";
+?>

--
Gitblit v1.9.3