mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 15:44:13 +00:00
collection runner tag updates
This commit is contained in:
@@ -64,7 +64,7 @@ const bruToJson = (bru) => {
|
||||
name: _.get(json, 'meta.name'),
|
||||
seq: !_.isNaN(sequence) ? Number(sequence) : 1,
|
||||
settings: _.get(json, 'settings', {}),
|
||||
tags: _.get(json, 'tags', []),
|
||||
tags: _.get(json, 'meta.tags', []),
|
||||
request: {
|
||||
method: _.upperCase(_.get(json, 'http.method')),
|
||||
url: _.get(json, 'http.url'),
|
||||
|
||||
Reference in New Issue
Block a user