(middleware)
| 43 | |
| 44 | |
| 45 | def test_verify_valid_chat_middleware(middleware): |
| 46 | chat = PrivateChat( |
| 47 | middleware=middleware, |
| 48 | uid="00001", |
| 49 | name="Chat", |
| 50 | alias="chaT" |
| 51 | ) |
| 52 | chat.verify() |
| 53 | |
| 54 | |
| 55 | def test_verify_missing_uid(slave_channel): |
nothing calls this directly
no test coverage detected