Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed May 1, 2024
1 parent eb8c3c1 commit 1c399b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def ex_test():
s = requests.Session()
s.headers.update({"User-Agent": "MCN-Lab-Runner/1.0"})
url = f"https://foo.{app.config['base_url']}/"
data = cloudapp_fetch(s, url, 5, 'info', 'bar')
data = cloudapp_fetch2(s, url, 5, 'info', 'bar')
return jsonify(status='success', data=data)
except (LabException, requests.RequestException, ValueError) as e:
return jsonify(status='fail', error=str(e))
Expand Down

0 comments on commit 1c399b5

Please sign in to comment.