@@ -37,6 +37,7 @@ def test_method_create_with_all_params(self, client: Arcade) -> None:
3737 "client_id" : "client_id" ,
3838 "authorize_request" : {
3939 "endpoint" : "endpoint" ,
40+ "auth_header_value_format" : "auth_header_value_format" ,
4041 "auth_method" : "auth_method" ,
4142 "method" : "method" ,
4243 "params" : {"foo" : "string" },
@@ -51,6 +52,7 @@ def test_method_create_with_all_params(self, client: Arcade) -> None:
5152 },
5253 "refresh_request" : {
5354 "endpoint" : "endpoint" ,
55+ "auth_header_value_format" : "auth_header_value_format" ,
5456 "auth_method" : "auth_method" ,
5557 "method" : "method" ,
5658 "params" : {"foo" : "string" },
@@ -65,6 +67,7 @@ def test_method_create_with_all_params(self, client: Arcade) -> None:
6567 "on_token_grant" : True ,
6668 "on_token_refresh" : True ,
6769 },
70+ "auth_header_value_format" : "auth_header_value_format" ,
6871 "auth_method" : "auth_method" ,
6972 "method" : "method" ,
7073 "params" : {"foo" : "string" },
@@ -74,6 +77,7 @@ def test_method_create_with_all_params(self, client: Arcade) -> None:
7477 },
7578 "token_request" : {
7679 "endpoint" : "endpoint" ,
80+ "auth_header_value_format" : "auth_header_value_format" ,
7781 "auth_method" : "auth_method" ,
7882 "method" : "method" ,
7983 "params" : {"foo" : "string" },
@@ -87,6 +91,7 @@ def test_method_create_with_all_params(self, client: Arcade) -> None:
8791 "on_token_grant" : True ,
8892 "on_token_refresh" : True ,
8993 },
94+ "auth_header_value_format" : "auth_header_value_format" ,
9095 "auth_method" : "auth_method" ,
9196 "method" : "method" ,
9297 "params" : {"foo" : "string" },
@@ -241,6 +246,7 @@ def test_method_patch_with_all_params(self, client: Arcade) -> None:
241246 description = "description" ,
242247 oauth2 = {
243248 "authorize_request" : {
249+ "auth_header_value_format" : "auth_header_value_format" ,
244250 "auth_method" : "auth_method" ,
245251 "endpoint" : "endpoint" ,
246252 "method" : "method" ,
@@ -256,6 +262,7 @@ def test_method_patch_with_all_params(self, client: Arcade) -> None:
256262 "enabled" : True ,
257263 },
258264 "refresh_request" : {
265+ "auth_header_value_format" : "auth_header_value_format" ,
259266 "auth_method" : "auth_method" ,
260267 "endpoint" : "endpoint" ,
261268 "method" : "method" ,
@@ -266,6 +273,7 @@ def test_method_patch_with_all_params(self, client: Arcade) -> None:
266273 },
267274 "scope_delimiter" : "," ,
268275 "token_request" : {
276+ "auth_header_value_format" : "auth_header_value_format" ,
269277 "auth_method" : "auth_method" ,
270278 "endpoint" : "endpoint" ,
271279 "method" : "method" ,
@@ -275,6 +283,7 @@ def test_method_patch_with_all_params(self, client: Arcade) -> None:
275283 "response_map" : {"foo" : "string" },
276284 },
277285 "user_info_request" : {
286+ "auth_header_value_format" : "auth_header_value_format" ,
278287 "auth_method" : "auth_method" ,
279288 "endpoint" : "endpoint" ,
280289 "method" : "method" ,
@@ -348,6 +357,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncArcade) ->
348357 "client_id" : "client_id" ,
349358 "authorize_request" : {
350359 "endpoint" : "endpoint" ,
360+ "auth_header_value_format" : "auth_header_value_format" ,
351361 "auth_method" : "auth_method" ,
352362 "method" : "method" ,
353363 "params" : {"foo" : "string" },
@@ -362,6 +372,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncArcade) ->
362372 },
363373 "refresh_request" : {
364374 "endpoint" : "endpoint" ,
375+ "auth_header_value_format" : "auth_header_value_format" ,
365376 "auth_method" : "auth_method" ,
366377 "method" : "method" ,
367378 "params" : {"foo" : "string" },
@@ -376,6 +387,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncArcade) ->
376387 "on_token_grant" : True ,
377388 "on_token_refresh" : True ,
378389 },
390+ "auth_header_value_format" : "auth_header_value_format" ,
379391 "auth_method" : "auth_method" ,
380392 "method" : "method" ,
381393 "params" : {"foo" : "string" },
@@ -385,6 +397,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncArcade) ->
385397 },
386398 "token_request" : {
387399 "endpoint" : "endpoint" ,
400+ "auth_header_value_format" : "auth_header_value_format" ,
388401 "auth_method" : "auth_method" ,
389402 "method" : "method" ,
390403 "params" : {"foo" : "string" },
@@ -398,6 +411,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncArcade) ->
398411 "on_token_grant" : True ,
399412 "on_token_refresh" : True ,
400413 },
414+ "auth_header_value_format" : "auth_header_value_format" ,
401415 "auth_method" : "auth_method" ,
402416 "method" : "method" ,
403417 "params" : {"foo" : "string" },
@@ -552,6 +566,7 @@ async def test_method_patch_with_all_params(self, async_client: AsyncArcade) ->
552566 description = "description" ,
553567 oauth2 = {
554568 "authorize_request" : {
569+ "auth_header_value_format" : "auth_header_value_format" ,
555570 "auth_method" : "auth_method" ,
556571 "endpoint" : "endpoint" ,
557572 "method" : "method" ,
@@ -567,6 +582,7 @@ async def test_method_patch_with_all_params(self, async_client: AsyncArcade) ->
567582 "enabled" : True ,
568583 },
569584 "refresh_request" : {
585+ "auth_header_value_format" : "auth_header_value_format" ,
570586 "auth_method" : "auth_method" ,
571587 "endpoint" : "endpoint" ,
572588 "method" : "method" ,
@@ -577,6 +593,7 @@ async def test_method_patch_with_all_params(self, async_client: AsyncArcade) ->
577593 },
578594 "scope_delimiter" : "," ,
579595 "token_request" : {
596+ "auth_header_value_format" : "auth_header_value_format" ,
580597 "auth_method" : "auth_method" ,
581598 "endpoint" : "endpoint" ,
582599 "method" : "method" ,
@@ -586,6 +603,7 @@ async def test_method_patch_with_all_params(self, async_client: AsyncArcade) ->
586603 "response_map" : {"foo" : "string" },
587604 },
588605 "user_info_request" : {
606+ "auth_header_value_format" : "auth_header_value_format" ,
589607 "auth_method" : "auth_method" ,
590608 "endpoint" : "endpoint" ,
591609 "method" : "method" ,
0 commit comments