mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added new dummy service for testing
This commit is contained in:
8
sso/services/dummy/__init__.py
Normal file
8
sso/services/dummy/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
from sso.services import BaseService
|
||||||
|
|
||||||
|
class DummyService(BaseService):
|
||||||
|
""" Always passes, good for a test service """
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
ServiceClass = 'DummyService'
|
||||||
Reference in New Issue
Block a user