@@ -84,7 +84,7 @@ def test_api_handler_extra_fields(local_host, api_handler):
84
84
85
85
session1 .add_extra_fields (XF_NAME , {"version" : "1.0" })
86
86
87
- blank_registries = {key : {} for key in session1 .registries if key != XF_NAME }
87
+ blank_registries = {key : {} for key in session1 .endpoints if key != XF_NAME }
88
88
89
89
assert session2 .extra_fields == {
90
90
"intake_catalog" : {"version" : "1.0" },
@@ -307,22 +307,22 @@ def test_api_handler_set_timeout(api_handler):
307
307
(
308
308
"http://localhost:8000" ,
309
309
"/some/endpoint" ,
310
- "http://localhost:8000/some/endpoint" ,
310
+ "http://localhost:8000/some/endpoint/ " ,
311
311
),
312
312
(
313
313
"http://localhost:8000/" ,
314
314
"some/endpoint/" ,
315
- "http://localhost:8000/some/endpoint" ,
315
+ "http://localhost:8000/some/endpoint/ " ,
316
316
),
317
317
(
318
318
"https://localhost:8000" ,
319
319
"/some/endpoint" ,
320
- "https://localhost:8000/some/endpoint" ,
320
+ "https://localhost:8000/some/endpoint/ " ,
321
321
),
322
322
(
323
323
"https://localhost:8000/" ,
324
324
"some/endpoint/" ,
325
- "https://localhost:8000/some/endpoint" ,
325
+ "https://localhost:8000/some/endpoint/ " ,
326
326
),
327
327
],
328
328
)
0 commit comments