We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560cbba commit 44537a1Copy full SHA for 44537a1
end_to_end_tests/custom-templates-golden-record/my_test_api_client/api/tests/__init__.py
@@ -14,6 +14,7 @@
14
no_response_tests_no_response_get,
15
octet_stream_tests_octet_stream_get,
16
optional_value_tests_optional_query_param,
17
+ post_form_data,
18
test_inline_objects,
19
token_with_cookie_auth_token_with_cookie_get,
20
unsupported_content_tests_unsupported_content_get,
@@ -57,6 +58,13 @@ def get_basic_list_of_booleans(cls) -> types.ModuleType:
57
58
"""
59
return get_basic_list_of_booleans
60
61
+ @classmethod
62
+ def post_form_data(cls) -> types.ModuleType:
63
+ """
64
+ Post form data
65
66
+ return post_form_data
67
+
68
@classmethod
69
def upload_file_tests_upload_post(cls) -> types.ModuleType:
70
0 commit comments