diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2016-03-04 15:11:39 +0100 |
---|---|---|
committer | Chris Meyers <chris.meyers.fsu@gmail.com> | 2016-03-04 16:14:13 +0100 |
commit | cfeae512546ea99a2353358a3138424e598b5a47 (patch) | |
tree | 34ed0d74a7d16a68c703d9d9b962db1576ab5bd1 /pytest.ini | |
parent | remove forgotten print (diff) | |
download | awx-cfeae512546ea99a2353358a3138424e598b5a47.tar.xz awx-cfeae512546ea99a2353358a3138424e598b5a47.zip |
deny endpoint access to system tracking feature based on license
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 748c2919fd..338e91c932 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,3 +6,4 @@ python_files = *.py addopts = --reuse-db markers = ac: access control test + license_feature: ensure license features are accessible or not depending on license |