Skip to content

Commit d811fae

Browse files
committed
fix last tests
1 parent d5a688e commit d811fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/api_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ lab.experiment('api', { parallel: true }, function() {
185185
function defaultExecParams(method) {
186186
return function(args, index) {
187187
var stubs = {};
188-
stubs['./lib/commands/' + method + '.js'] = stub;
188+
stubs[method] = stub;
189189

190190
var api = stubApiInstance(true, stubs);
191191

0 commit comments

Comments
 (0)