Allow offsck to add members to the office group #126

Merged
merenber merged 5 commits from offsck-office-members into master 2024-02-17 19:31:06 -05:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4118a09951 - Show all commits

View File

@ -4,6 +4,7 @@ import pytest
from ceod.model import Group
from tests.conftest_ceod_api import expect_successful_txn
def test_api_group_not_found(client):
status, data = client.get('/api/groups/no_such_group')
assert status == 404