We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54e1df commit 18c3ecdCopy full SHA for 18c3ecd
tests/model/generated/object/test_notification_url.py
@@ -9,12 +9,6 @@
9
10
class TestNotificationUrl(bunq_test.BunqSdkTestCase):
11
# Getter string constants
12
- # Assertion errors
13
- _ASSERT_SHOULD_NOT_REACH_THIS_CODE_ERROR = \
14
- 'Something super weird just happen'
15
- _ASSERT_JSON_DECODE_ERROR = \
16
- 'Might be that the JSON file is not a valid json.'
17
- _ASSERT_OBJECT_IS_NULL_ERROR = 'Object seems to be null.'
18
_GETTER_PAYMENT = 'Payment'
19
_GETTER_BUNQ_ME_TAB = 'BunqMeTab'
20
_GETTER_CHAT_MESSAGE_ANNOUNCEMENT = 'ChatMessageAnnouncement'
0 commit comments