Open-Assistant
Open-Assistant copied to clipboard
Contract tests between API and Discord Bot
As per discussion in #180, the communication between the discord bot and API should be tested through a Contract test. This test should test that each call satisfies the OpenAPI schema inputs and endpoints. That way, changes to the endpoint contract will automatically be caught by these tests.