fix enphase_envoy diagnostics home endpoint name (#144634)

This commit is contained in:
Arie Catsman 2025-05-10 20:23:52 +02:00 committed by GitHub
parent 5e58032745
commit 1416580f8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ async def _get_fixture_collection(envoy: Envoy, serial: str) -> dict[str, Any]:
"/ivp/ensemble/generator",
"/ivp/meters",
"/ivp/meters/readings",
"/home,",
"/home",
]
for end_point in end_points:

View File

@ -896,8 +896,8 @@
'/api/v1/production/inverters': 'Testing request replies.',
'/api/v1/production/inverters_log': '{"headers":{"Hello":"World"},"code":200}',
'/api/v1/production_log': '{"headers":{"Hello":"World"},"code":200}',
'/home,': 'Testing request replies.',
'/home,_log': '{"headers":{"Hello":"World"},"code":200}',
'/home': 'Testing request replies.',
'/home_log': '{"headers":{"Hello":"World"},"code":200}',
'/info': 'Testing request replies.',
'/info_log': '{"headers":{"Hello":"World"},"code":200}',
'/ivp/ensemble/dry_contacts': 'Testing request replies.',
@ -1390,7 +1390,7 @@
'/api/v1/production_log': dict({
'Error': "EnvoyError('Test')",
}),
'/home,_log': dict({
'/home_log': dict({
'Error': "EnvoyError('Test')",
}),
'/info_log': dict({