Skip to content

Commit 44537a1

Browse files
p1-radbanty
authored andcommitted
regen templates golden records (rebased on main)
1 parent 560cbba commit 44537a1

File tree

1 file changed

+8
-0
lines changed
  • end_to_end_tests/custom-templates-golden-record/my_test_api_client/api/tests

1 file changed

+8
-0
lines changed

Diff for: end_to_end_tests/custom-templates-golden-record/my_test_api_client/api/tests/__init__.py

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
no_response_tests_no_response_get,
1515
octet_stream_tests_octet_stream_get,
1616
optional_value_tests_optional_query_param,
17+
post_form_data,
1718
test_inline_objects,
1819
token_with_cookie_auth_token_with_cookie_get,
1920
unsupported_content_tests_unsupported_content_get,
@@ -57,6 +58,13 @@ def get_basic_list_of_booleans(cls) -> types.ModuleType:
5758
"""
5859
return get_basic_list_of_booleans
5960

61+
@classmethod
62+
def post_form_data(cls) -> types.ModuleType:
63+
"""
64+
Post form data
65+
"""
66+
return post_form_data
67+
6068
@classmethod
6169
def upload_file_tests_upload_post(cls) -> types.ModuleType:
6270
"""

0 commit comments

Comments
 (0)