diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-12-09 09:36:48 +0100 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-12-09 09:38:39 +0100 |
commit | 5cb5e4803e315bb717c9db882f60c848da8e660c (patch) | |
tree | 92c7fff683bd4565c140c84f7151560c98e7cd78 /src/test/resources | |
parent | a9585d867a2b432f6d75237e0857dd8af2daf554 (diff) | |
download | moa-zs-5cb5e4803e315bb717c9db882f60c848da8e660c.tar.gz moa-zs-5cb5e4803e315bb717c9db882f60c848da8e660c.tar.bz2 moa-zs-5cb5e4803e315bb717c9db882f60c848da8e660c.zip |
Add "Forward-Response-to-Service" Test Cases
- Refactor: Move genTimestamp from ITMzsServiceTest to TestUtils
(because needed in multiple test cases).
- application.yaml: Complete app-client config in config profile.
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/config/application.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/resources/config/application.yaml b/src/test/resources/config/application.yaml index b6f8ef8..73f1ed9 100644 --- a/src/test/resources/config/application.yaml +++ b/src/test/resources/config/application.yaml @@ -132,9 +132,9 @@ delivery-request-configuration-profiles: active: false # Mandatory if activated app-client: - url: http://service.which.implements.mzs2app.wsdl/services/ - # connection-timeout - # receive-timeout + url: http://localhost:2526/ + connection-timeout: 30000 + receive-timeout: 30000 # ssl... # Optional |