Skip to content

Commit 005475f

Browse files
committed
fix: pass identity in accessToken.test.js to solve breaking change in @twilio/cli-core minor
Signed-off-by: Tierney Cyren <[email protected]>
1 parent eb0948b commit 005475f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/helpers/accessToken.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ describe('createToken', () => {
2525
logger: {
2626
error: () => '',
2727
},
28-
flags: {},
28+
flags: {
29+
identity: '[email protected]',
30+
},
2931
};
3032
});
3133

0 commit comments

Comments
 (0)