Skip to content

Commit

Permalink
add default header with UserAgent to bruno collection
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Jul 2, 2024
1 parent 9f30fca commit f1ebc14
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ class BrunoModuleRenderer(val api: Api, override val vrapTypeProvider: VrapTypeP
private fun collectionBru(): TemplateFile {
return TemplateFile(relativePath = "collection.bru",
content = """
|headers {
| User-Agent: bruno/0.1.0
|}
|
|auth {
| mode: bearer
|}
Expand Down

0 comments on commit f1ebc14

Please sign in to comment.