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
Scenario: Check the component search functionality for existing component from the pypi ecosystem # features/component_search.feature:35
Given System is running # features/steps/common.py:29
Given Component search service is running # features/steps/component_analysis.py:14
When I acquire the authorization token # features/steps/authorization.py:36
Then I should get the proper authorization token # features/steps/authorization.py:22
When I search for component clojure_py with authorization token # features/steps/component_analysis.py:45
Then I should find the analysis for the component clojure_py from ecosystem pypi # features/steps/component_analysis.py:148
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/behave/model.py", line 1456, in run
match.run(runner.context)
File "/usr/lib/python3.4/site-packages/behave/model.py", line 1903, in run
self.func(context, *args, **kwargs)
File "/tests/features/steps/component_analysis.py", line 162, in check_component_analysis_existence
format(component=component, ecosystem=ecosystem))
Exception: Component clojure_py for ecosystem pypi could not be found
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: