@@ -40,7 +40,7 @@ def test_client_default_request_default_retry_attempts
4040 image_kit =
4141 Imagekit ::Client . new (
4242 base_url : "http://localhost" ,
43- private_api_key : "My Private API Key" ,
43+ private_key : "My Private Key" ,
4444 password : "My Password"
4545 )
4646
@@ -57,7 +57,7 @@ def test_client_given_request_default_retry_attempts
5757 image_kit =
5858 Imagekit ::Client . new (
5959 base_url : "http://localhost" ,
60- private_api_key : "My Private API Key" ,
60+ private_key : "My Private Key" ,
6161 password : "My Password" ,
6262 max_retries : 3
6363 )
@@ -75,7 +75,7 @@ def test_client_default_request_given_retry_attempts
7575 image_kit =
7676 Imagekit ::Client . new (
7777 base_url : "http://localhost" ,
78- private_api_key : "My Private API Key" ,
78+ private_key : "My Private Key" ,
7979 password : "My Password"
8080 )
8181
@@ -96,7 +96,7 @@ def test_client_given_request_given_retry_attempts
9696 image_kit =
9797 Imagekit ::Client . new (
9898 base_url : "http://localhost" ,
99- private_api_key : "My Private API Key" ,
99+ private_key : "My Private Key" ,
100100 password : "My Password" ,
101101 max_retries : 3
102102 )
@@ -122,7 +122,7 @@ def test_client_retry_after_seconds
122122 image_kit =
123123 Imagekit ::Client . new (
124124 base_url : "http://localhost" ,
125- private_api_key : "My Private API Key" ,
125+ private_key : "My Private Key" ,
126126 password : "My Password" ,
127127 max_retries : 1
128128 )
@@ -145,7 +145,7 @@ def test_client_retry_after_date
145145 image_kit =
146146 Imagekit ::Client . new (
147147 base_url : "http://localhost" ,
148- private_api_key : "My Private API Key" ,
148+ private_key : "My Private Key" ,
149149 password : "My Password" ,
150150 max_retries : 1
151151 )
@@ -170,7 +170,7 @@ def test_client_retry_after_ms
170170 image_kit =
171171 Imagekit ::Client . new (
172172 base_url : "http://localhost" ,
173- private_api_key : "My Private API Key" ,
173+ private_key : "My Private Key" ,
174174 password : "My Password" ,
175175 max_retries : 1
176176 )
@@ -189,7 +189,7 @@ def test_retry_count_header
189189 image_kit =
190190 Imagekit ::Client . new (
191191 base_url : "http://localhost" ,
192- private_api_key : "My Private API Key" ,
192+ private_key : "My Private Key" ,
193193 password : "My Password"
194194 )
195195
@@ -208,7 +208,7 @@ def test_omit_retry_count_header
208208 image_kit =
209209 Imagekit ::Client . new (
210210 base_url : "http://localhost" ,
211- private_api_key : "My Private API Key" ,
211+ private_key : "My Private Key" ,
212212 password : "My Password"
213213 )
214214
@@ -231,7 +231,7 @@ def test_overwrite_retry_count_header
231231 image_kit =
232232 Imagekit ::Client . new (
233233 base_url : "http://localhost" ,
234- private_api_key : "My Private API Key" ,
234+ private_key : "My Private Key" ,
235235 password : "My Password"
236236 )
237237
@@ -260,7 +260,7 @@ def test_client_redirect_307
260260 image_kit =
261261 Imagekit ::Client . new (
262262 base_url : "http://localhost" ,
263- private_api_key : "My Private API Key" ,
263+ private_key : "My Private Key" ,
264264 password : "My Password"
265265 )
266266
@@ -298,7 +298,7 @@ def test_client_redirect_303
298298 image_kit =
299299 Imagekit ::Client . new (
300300 base_url : "http://localhost" ,
301- private_api_key : "My Private API Key" ,
301+ private_key : "My Private Key" ,
302302 password : "My Password"
303303 )
304304
@@ -331,7 +331,7 @@ def test_client_redirect_auth_keep_same_origin
331331 image_kit =
332332 Imagekit ::Client . new (
333333 base_url : "http://localhost" ,
334- private_api_key : "My Private API Key" ,
334+ private_key : "My Private Key" ,
335335 password : "My Password"
336336 )
337337
@@ -367,7 +367,7 @@ def test_client_redirect_auth_strip_cross_origin
367367 image_kit =
368368 Imagekit ::Client . new (
369369 base_url : "http://localhost" ,
370- private_api_key : "My Private API Key" ,
370+ private_key : "My Private Key" ,
371371 password : "My Password"
372372 )
373373
@@ -391,7 +391,7 @@ def test_default_headers
391391 image_kit =
392392 Imagekit ::Client . new (
393393 base_url : "http://localhost" ,
394- private_api_key : "My Private API Key" ,
394+ private_key : "My Private Key" ,
395395 password : "My Password"
396396 )
397397
0 commit comments