mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
Remove local server restriction in unit tests config
Unit tests still won't be able to fire up a local server for other reasons, but it is reasonable to at least allow URLs to be constructed from within tests so as to be able to make assertions about conditions that would allow connections to be made successfully. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146917889
This commit is contained in:
parent
0916219c3e
commit
590a176100
1 changed files with 0 additions and 6 deletions
|
@ -1,12 +1,6 @@
|
|||
# This is the configuration file used by unit tests. These values ARE NOT
|
||||
# SUITABLE for use in a real deployed environment.
|
||||
|
||||
appEngine:
|
||||
# Tests can't fire up a full server, so make them error out if they try to.
|
||||
toolsServiceUrl:
|
||||
hostName: null
|
||||
port: 0
|
||||
|
||||
registryPolicy:
|
||||
registrarChangesNotificationEmailAddresses:
|
||||
- notification@test.example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue