-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When i generate the .http file with the output-type set to "OneFile" the generated file contains several requests that define a variable with the same name. This leads to multiple variable definition statements of the same variable which leads to an error.
`
foo
@id = 0
bar
@id = 0
GET http://test.com/bar{{id}}
`
Cannot execute request, because it references ambiguous variable 'id'
Support Key: [my-support-key]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working