Skip to content

Commit 424a33d

Browse files
author
Kevin Hellemun
committed
Added mutation test. (#40)
1 parent ea6fa26 commit 424a33d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/model/generated/object/test_notification_url.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,9 @@ def getNotificationUrl(self, file_path):
129129
json_string
130130
)
131131

132+
def test_mutation_model(self):
133+
self.execute_test(
134+
self.JSON_PATH_MUTATION_MODEL,
135+
endpoint.Payment.__name__,
136+
self._GET_PAYMENT
137+
)

0 commit comments

Comments
 (0)