moulinette/test/src/testauth.py
2019-08-23 02:37:57 +02:00

10 lines
190 B
Python

def testauth_none():
return "some_data_from_none"
def testauth_default():
return "some_data_from_default"
def testauth_other_profile():
return "some_data_from_other_profile"