mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Detect a SSH key generation error
This commit is contained in:
@@ -330,7 +330,7 @@ describe("api/editor/sshkeys", function() {
|
||||
if (err) {
|
||||
return done(err);
|
||||
}
|
||||
res.body.should.be.true();
|
||||
res.body.should.be.deepEqual({});
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user