6 lines
116 B
Python
6 lines
116 B
Python
|
|
from tamq.service import Service
|
||
|
|
|
||
|
|
|
||
|
|
def test_peer_auth_method_exists():
|
||
|
|
assert hasattr(Service, "_peer_allowed")
|