Fixed up test_db_api

This commit is contained in:
2024-01-13 19:02:55 +01:00
parent e7ec0a593c
commit a51e94fef3
21 changed files with 309 additions and 377 deletions

View File

@@ -175,7 +175,7 @@ class EventmessagesApi:
}
return self.api_client.call_api(
'/api/v1/send_msg', 'POST',
'/api/v1/event_message', 'POST',
_path_params,
_query_params,
_header_params,