diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-19 12:03:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-19 12:03:54 +0000 |
commit | 6c9f839aa8e8dd848eb10216713490a17726c86c (patch) | |
tree | 902046a129d26046788005b49f2d8bb044554762 /common/src/test/resources | |
parent | e75e31d0d63c3ef9f63f1d81edcef0e47ad8123a (diff) | |
parent | 9218d80e65bf3eaa01e7942730bac8c72dcb7862 (diff) |
Merge "AAIRestClient support for Basic Auth"
Diffstat (limited to 'common/src/test/resources')
-rw-r--r-- | common/src/test/resources/aai.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/src/test/resources/aai.properties b/common/src/test/resources/aai.properties index 9d9f1bdce9..897659b332 100644 --- a/common/src/test/resources/aai.properties +++ b/common/src/test/resources/aai.properties @@ -1 +1,3 @@ -aai.endpoint=http://localhost:8443
\ No newline at end of file +aai.endpoint=http://localhost:8443 +aai.auth=2630606608347B7124C244AB0FE34F6F +mso.msoKey=07a7159d3bf51a0e53be7a8f89699be7
\ No newline at end of file |