Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: test

+1 -1
+1 -1
kefi/tests/test_commands.py
··· 85 85 assert response.status_code == 200 86 86 data = response.json() 87 87 assert "blocks" in data 88 - assert data["blocks"][0]["text"]["text"] == "¡No te puedes dar kefis! :no_good:" 88 + assert data["blocks"][0]["text"]["text"] == "¡No te puedes dar kefis! 🙅" 89 89 90 90 91 91 def test_kudos_command_not_balance(client: TestClient):