Skip to content

Commit 61c0b10

Browse files
rcooke-warwickbasejump-app
authored andcommitted
tests: hup: ensure deviceType slug is passed to hupOS object
1 parent 1e793e8 commit 61c0b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/suites/hup/suite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ module.exports = {
431431
},
432432
this.getLogger(),
433433
),
434-
hupOs: new BalenaOS({}, this.getLogger()),
434+
hupOs: new BalenaOS({deviceType: this.suite.deviceType.slug}, this.getLogger()),
435435
});
436436
this.suite.teardown.register(() => {
437437
this.log('Worker teardown');

0 commit comments

Comments
 (0)