diff options
author | yayogev <yaronyogev@gmail.com> | 2017-08-21 10:06:31 +0300 |
---|---|---|
committer | yayogev <yaronyogev@gmail.com> | 2017-08-21 10:06:31 +0300 |
commit | 5123fe510da52369a73dfbfc64f2f25d05ff90af (patch) | |
tree | db31874dc11da0dc9accf3a99876b5050b2dd796 /app/discover/fetchers/cli/cli_access.py | |
parent | f1a8bef9f98a4601de16ee96ac1e68b212d104d8 (diff) |
fix CLI unit tests
Change-Id: Ie54f56adf2cd4cc42cf89c2b30004c1cf15eb2d6
Signed-off-by: yayogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/discover/fetchers/cli/cli_access.py')
-rw-r--r-- | app/discover/fetchers/cli/cli_access.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/discover/fetchers/cli/cli_access.py b/app/discover/fetchers/cli/cli_access.py index 1db84ea..11579bd 100644 --- a/app/discover/fetchers/cli/cli_access.py +++ b/app/discover/fetchers/cli/cli_access.py @@ -204,3 +204,4 @@ class CliAccess(BinaryConverter, Fetcher): matches = regex.search(line) if matches: o[name] = matches.group(1) + break |