Skip to content

Commit

Permalink
fix: Rever usr/pwd in config file [DHIS2-16202]
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelarabori committed Nov 27, 2023
1 parent 7e3bb23 commit 8e7b186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dhis-2/dhis-test-e2e/src/main/resources/config.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# property pointing to running DHIS2 instance.
# must include /api
instance.url=http://localhost:8080/api
instance.url=http://localhost:8080/dhis/api
# properties for user set up on the instance.
# user must be able to import metadata.
user.default.username=system
Expand All @@ -9,8 +9,8 @@ user.default.password=System123
# default: user that has been set up when running tests
user.super.username=tasuperadmin
user.super.password=Test1212?
user.admin.username=admin
user.admin.password=district
user.admin.username=taadmin
user.admin.password=Test1212?

test.cleanup=false
test.track_called_endpoints=false
Expand Down

0 comments on commit 8e7b186

Please sign in to comment.