ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.38k stars 156 forks source link

Revert merge of my branch "thenoseman/fix-double-prompt" #112

Closed thenoseman closed 10 months ago

thenoseman commented 10 months ago

Expected Behavior

No double prompting when using the {{prompt}} interpolation.

Actual Behavior

I created that branch to fix the double prompting issue present.

Sadly this change also causes the entered prompt value to no be passed / interpolated into the request 😢

I'm sorry that I didn't notice that and I think reverting the merge commit (SHA 8e562eb3f8a64fc5c2ab1a78caf198b699d371b7) would be the right way to go.

Again sorry for making a mess here but there is no coverage in the tests for that...

Reproduction Steps

No response

Is there an existing issue for this?

Additional Information

No response

Insomnium Version

0.2.3-a

What operating system are you using?

macOS

Operating System Version

macOs Ventura

Installation method

build by hand

Last Known Working Insomnium version

-

archywillhe commented 10 months ago

it's alright; thanks for noticing & posting! I've just reverted it back.

I will wait to see if the main branch has any patches to this