New system for acknowledgments

This commit is contained in:
Jonas Linter
2025-11-13 16:23:09 +01:00
parent 189e44a7ff
commit 0ba70550c9
6 changed files with 144 additions and 22 deletions

View File

@@ -691,6 +691,7 @@ class TestAcknowledgments:
acked_request = AckedRequest(
unique_id=md5_hash,
client_id=client_info.client_id,
username=client_info.username,
timestamp=datetime.now(UTC),
)
populated_db_session.add(acked_request)
@@ -774,6 +775,7 @@ class TestAcknowledgments:
acked_request = AckedRequest(
unique_id=md5_hash,
client_id=client_info.client_id,
username=client_info.username,
timestamp=datetime.now(UTC),
)
populated_db_session.add(acked_request)