App Details:
Postman for Mac
Version 5.0.2 (5.0.2)
macOS Sierra 10.12.4 (16E195)
Issue Report:
- Did you encounter this recently, or has this bug always been there: recently
- Expected behaviour:
Make the get request correctly
- Console logs (http://blog.getpostman.com/2014/01/27/enabling-chrome-developer-tools-inside-postman/ for the Chrome App, View->Toggle Dev Tools for the Mac app):
No logs needed
- Screenshots (if applicable)

Steps:
1.- Create a Env Variable, for example Domain, and add a value for this variable, for example http://localhost:9000/
2.- Create a method GET like this: {{Domain}}api/mystuff
3.- Add a query string param
The console log show the request without the query string param:

Thanks