Skip to content

Instantly share code, notes, and snippets.

@lSelectral
Created August 8, 2022 22:46
Show Gist options
  • Save lSelectral/253cf602545ab9551c7918c545d0df69 to your computer and use it in GitHub Desktop.
Save lSelectral/253cf602545ab9551c7918c545d0df69 to your computer and use it in GitHub Desktop.
Postman Production Environment Test
pm.test("environment to be production", function () {
pm.expect(pm.environment.get("env")).to.equal("production");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment