Skip to content

Commit

Permalink
Merge pull request #33 from matyasselmeci/sw2406-test-gumshost
Browse files Browse the repository at this point in the history
Fix gums_host in unit tests
  • Loading branch information
matyasselmeci authored Jul 27, 2016
2 parents 7b29086 + 3b9fabf commit ba0e6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/configs/misc/valid_settings.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Misc Services]
glexec_location = ./configs/misc
use_cert_updater = True
gums_host = my.gums.org
gums_host = localhost
authorization_method = xacml
enable_webpage_creation = True
2 changes: 1 addition & 1 deletion tests/configs/misc/valid_settings2.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Misc Services]
glexec_location = ./configs/misc
use_cert_updater = True
gums_host = my.gums.org
gums_host = this.should.be.ignored
authorization_method = local-gridmap
enable_webpage_creation = True

0 comments on commit ba0e6a7

Please sign in to comment.