You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
This happens when my test system already has (or has had) white-listed URLs registered.
test_valid_get_object_18_get_whitelisted_url_by_id (__main__.ValidServerTests) ...
+++ TESTING EXPECTED GET SUCCESS Handler.get() with kwargs {u'objtype': u'whitelisted_url', u'id': 1}
ERROR
****************************************************************************************************
2016-08-17T16:36:48: PyTan v'2.1.8' against Tanium v'6.6.314.5240' -- Valid Tests Finished
======================================================================
ERROR: test_valid_get_object_18_get_whitelisted_url_by_id (__main__.ValidServerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/apena/work/soft/pytan/lib/ddt.py", line 163, in wrapper
return func(self, *args, **kwargs)
File "test/test_pytan_valid_server_tests.py", line 377, in test_valid_get_object
File "/home/apena/work/soft/pytan/lib/pytan/handler.py", line 2265, in get
raise pytan.exceptions.HandlerError(err(objtype, err_args))
HandlerError: No results found searching for whitelisted_url with {u'id': 1}!!
----------------------------------------------------------------------
Ran 87 tests in 131.560s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This happens when my test system already has (or has had) white-listed URLs registered.
The text was updated successfully, but these errors were encountered: