mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
Merge pull request #4697 from lohxt1/req_get_name_test
fix: bruno converters test for reg.getName()
This commit is contained in:
@@ -67,6 +67,9 @@ const simpleTranslations = {
|
||||
'pm.expect': 'expect',
|
||||
'pm.expect.fail': 'expect.fail',
|
||||
|
||||
// Info
|
||||
'pm.info.requestName': 'req.getName()',
|
||||
|
||||
// Request properties
|
||||
'pm.request.url': 'req.getUrl()',
|
||||
'pm.request.method': 'req.getMethod()',
|
||||
|
||||
Reference in New Issue
Block a user