Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 7, 2024
1 parent 8e57a78 commit 69b059f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobsf/StaticAnalyzer/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ def static_analysis_test():
def api_test():
"""View for Handling REST API Test."""
logger.info('\nRunning REST API Unit test')
auth = api_key(settings.MobSF_HOME)
auth = 'test_key'
os.environ['MOBSF_API_KEY'] = auth
try:
uploaded = []
logger.info('Running Test on Upload API')
Expand Down

0 comments on commit 69b059f

Please sign in to comment.