Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 26, 2023
1 parent 890432f commit dd6cc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('RP Plugin - Codeceptjs Integration', () => {
it.skip('should push data to rp', (done) => {
exec(`${runner} --grep @pass -c ${configFilePath} --verbose`, (error, stdout, stderr) => {
expect(stdout).to.include('Success start launch with tempId');
expect(stdout).to.include('1 passed');
expect(stdout).to.include('1 passing');
done();
});
});
Expand Down

0 comments on commit dd6cc6a

Please sign in to comment.