salt/tests/unit/daemons
rallytime 74acaad46e
Refactor publish func in master/masterapi to use check_authentication
In a previous PR, the runner and wheel functions in master.py and masterapi.py
were refactored to reduce common code via the salt.auth.check_authentication
method.

The publish function also can utilize the check_authentication function in
master.py and masterapi.py.

Consolidation of this code will help us be able to differentiate between
authorization and authentication errors in the future.
2017-10-17 12:27:13 -04:00
..
__init__.py Return a SaltInvocationError when passing incorrect function pattern 2017-09-05 17:08:50 -04:00
test_masterapi.py Refactor publish func in master/masterapi to use check_authentication 2017-10-17 12:27:13 -04:00