Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update baseurl for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
David Huser authored May 24, 2022
1 parent b1c41be commit d31cca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def override_environ(**kwargs):
os.environ.update(save_env)


BASEURL = "https://play.dhis2.org/2.34"
BASEURL = "https://play.dhis2.org/demo"
API_URL = "{}/api".format(BASEURL)

0 comments on commit d31cca1

Please sign in to comment.