Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit ab106ee

Browse files
committed
api response changed
1 parent 3ec69be commit ab106ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
return done(err);
5353
}
5454

55-
expect(res).to.match(/Status Code \[400\] - Error \[{"error":"Unauthorized request"}\]/);
55+
expect(res).to.match(/Status Code \[404\] - Error \[{"error":"not found"}\]/);
5656
console.log(res);
5757
//nock.done(); //TODO: Need to figure out how to use nock here. Since it's a separate process, it's not tied together.
5858
done();

0 commit comments

Comments
 (0)