diff options
author | Michael Hwang <mhwang@research.att.com> | 2017-10-10 16:24:20 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2017-10-11 11:52:51 -0400 |
commit | 366286371bfa76884b163e84928c31d6a4776439 (patch) | |
tree | 1a2ba6f000a82a54e2eb9c05ffcf35c6b93d82dd /test | |
parent | 983e821479b600fc8288534c8d910d85f52dde18 (diff) |
Use the latest distribution client
Also address Docker build issue
Issue-Id: DCAEGEN2-150
Change-Id: I2db297eed1c9c1c97cc440703cf4309fae8e8906
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/sch/parse_test.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sch/parse_test.clj b/test/sch/parse_test.clj index 06b5734..107f1a1 100644 --- a/test/sch/parse_test.clj +++ b/test/sch/parse_test.clj @@ -46,7 +46,7 @@ :typeName "sample-blueprint", :typeVersion 2, :blueprintTemplate "Fake blueprint", - :asdcServiceURL "/asdc/v1/catalog/services/9eaf59ee-2fe0-48a9-8d20-6f9b09ba807b/metadata" + :asdcServiceURL "/sdc/v1/catalog/services/9eaf59ee-2fe0-48a9-8d20-6f9b09ba807b/metadata" :serviceLocations ["CLLI1" "CLL2"] } ] |