Fix typo in test_api.py by borislavmavrin · Pull Request #94 · cosmicpython/code
cosmicpython / code Public
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
wants to merge 1 commit into
Open
wants to merge 1 commit into
wants to merge 1 commit into
Conversation
borislavmavrin
commented
Oct 19, 2024
borislavmavrin
commented
Context
Tests for the deallocate end point have a typo in the payload.
Proposed solution
Fix typo: r.json()["batchrid"] -> r.json()["batchref"]
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment