Skip to content

Commit

Permalink
#984: split a test case into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
phjulia committed Aug 26, 2023
1 parent 695afb0 commit fc03b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/type.automation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,9 @@ describe('type: automation', () => {
0,
'zero automation keys expected'
);
return;
});
it('Should NOT update an already existing completion email address', async () => {
handler.setOptions({ completionEmail: '[email protected]' });
const updatedNotificationsComplete = await handler.updateNotifications(
'testInstance/testBU',
Expand Down

0 comments on commit fc03b1d

Please sign in to comment.