Replies: 1 comment
-
@vimistify Heyz , The issue is due to a missing or incorrect API Key at the collection level in Postman. Go to Collection → Authorization tab, set the correct key, and ensure it's passed properly in Headers or Query Params. If the test fails with AssertionError, check your test script and environment variables ({{apikey}}). Debug using console.log(pm.environment.get("apikey")). Fix these, and it should work! 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions