Skip to content

Commit

Permalink
✅ update test to create-admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Dec 8, 2016
1 parent cccfc91 commit ec0acc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server.js
Expand Up @@ -14,7 +14,7 @@ test.cb.before(t => {

test.cb('Landing Page', t => {
agent
.get('/login')
.get('/create-admin')
.expect(200)
.end((err, res) => {
t.is(err, null, 'Should not have an error');
Expand Down

0 comments on commit ec0acc7

Please sign in to comment.