Skip to content
Snippets Groups Projects
Commit e94a9eb8 authored by Sebastian's avatar Sebastian
Browse files

modified app require in tests

parent 90a153dc
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ const bodyParser = require('body-parser')
// const express = require('express')
const supertest = require('supertest')
const component = require('..')
const app = require('../../xpub-collabra/app')
const app = require('../../xpub-faraday/app')
const token =
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InNlYmkiLCJpZCI6IjVlMTRiY2IyLWQ5ZTEtNDZjOS05ZDI0LTM3YTk4MDhmMjFmYiIsImlhdCI6MTUxNjExODAxMSwiZXhwIjoxNTE2MjA0NDExfQ.tqH0Nnpiec2c1FPL2K5fK4krHGN2SrYyMbqVSnYSpog'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment