File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
packages/toolbox-core/tests Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -74,30 +74,6 @@ def static_client_header() -> dict[str, str]:
74
74
return {"X-Client-Static" : "client-static-value" }
75
75
76
76
77
- @pytest .fixture
78
- def sync_callable_client_header_value () -> str :
79
- return "client-sync-callable-value"
80
-
81
-
82
- @pytest .fixture
83
- def sync_callable_client_header (sync_callable_client_header_value ) -> dict [str , Mock ]:
84
- return {"X-Client-Sync" : Mock (return_value = sync_callable_client_header_value )}
85
-
86
-
87
- @pytest .fixture
88
- def async_callable_client_header_value () -> str :
89
- return "client-async-callable-value"
90
-
91
-
92
- @pytest .fixture
93
- def async_callable_client_header (
94
- async_callable_client_header_value ,
95
- ) -> dict [str , AsyncMock ]:
96
- return {
97
- "X-Client-Async" : AsyncMock (return_value = async_callable_client_header_value )
98
- }
99
-
100
-
101
77
# --- Fixtures for Auth Getters ---
102
78
103
79
You can’t perform that action at this time.
0 commit comments