Skip to content

Commit 5fd8455

Browse files
committed
Include endpoint configuration in test setup
1 parent 0ff1873 commit 5fd8455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/LiveTest.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var assert = require('assert');
44
// Uncomment .skip and add your API_KEY to run tests
55
describe.skip('Live Test', function () {
66
before(function () {
7-
this.warrant = new WarrantClient({ apiKey: "YOUR_KEY" });
7+
this.warrant = new WarrantClient({ apiKey: "", endpoint: "https://api.warrant.dev" });
88
});
99

1010
it('CRUD users', async function () {

0 commit comments

Comments
 (0)