Created
August 16, 2018 16:49
-
-
Save JoseHdez2/d15e06831275f304bcc3f979b66a3119 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(pm.environment.get("key") === undefined){ | |
pm.environment.set("key", "value"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment