summary refs log tree commit diff stats
path: root/test/index.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/index.test.js')
-rw-r--r--test/index.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.test.js b/test/index.test.js
index 926c5d4..5b5e991 100644
--- a/test/index.test.js
+++ b/test/index.test.js
@@ -26,7 +26,7 @@ test('post', t => {
 
 test('tags', t => {
   return request(app.listen())
-    .get('/tags/a')
+    .get('/tag/a')
     .expect(200)
     .expect(/This is a test/)
     .then(() => t.pass())