Skip to content

Commit 36978c3

Browse files
lohit-brunopooja-bruno
authored andcommitted
fix bruno converters test for reg.getName()
1 parent 50d342c commit 36978c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/bruno-converters/src/utils/jscode-shift-translator.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ const simpleTranslations = {
6767
'pm.expect': 'expect',
6868
'pm.expect.fail': 'expect.fail',
6969

70+
// Info
71+
'pm.info.requestName': 'req.getName()',
72+
7073
// Request properties
7174
'pm.request.url': 'req.getUrl()',
7275
'pm.request.method': 'req.getMethod()',

0 commit comments

Comments
 (0)