mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix authWriter test again
This commit is contained in:
parent
8672fcd2bb
commit
9f0c567794
@ -58,7 +58,7 @@ describe("localfilesystem/projects/git/authWriter", function() {
|
|||||||
child_process.exec('"'+process.execPath+'" "'+authWriter+'" "'+listenPath+'" TEST_PHRASE_FOO',{cwd:__dirname}, (error,stdout,stderr) => {
|
child_process.exec('"'+process.execPath+'" "'+authWriter+'" "'+listenPath+'" TEST_PHRASE_FOO',{cwd:__dirname}, (error,stdout,stderr) => {
|
||||||
server.close();
|
server.close();
|
||||||
try {
|
try {
|
||||||
error.should.equal(0);
|
should.not.exist(error);
|
||||||
receivedData.should.eql("TEST_PHRASE_FOO\n");
|
receivedData.should.eql("TEST_PHRASE_FOO\n");
|
||||||
done();
|
done();
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user