diff options
author | Victor Morales <victor.morales@intel.com> | 2019-01-18 00:10:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-18 00:10:54 +0000 |
commit | 002602dc6b09d4012fbca05740eb4e4dbb9ce6ce (patch) | |
tree | aaba4c9c5c22ffc6e9bc87b64081168540da4e10 /src/k8splugin/rb/definition_test.go | |
parent | e9ee50babb3bbfe7a6e774460a46782abefd5107 (diff) | |
parent | cd9644049545a47676e87ad279833ced1b0f9c1a (diff) |
Merge "Add resource bundle profile api"
Diffstat (limited to 'src/k8splugin/rb/definition_test.go')
-rw-r--r-- | src/k8splugin/rb/definition_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/rb/definition_test.go b/src/k8splugin/rb/definition_test.go index 0e4ffd91..6074f8b3 100644 --- a/src/k8splugin/rb/definition_test.go +++ b/src/k8splugin/rb/definition_test.go @@ -310,7 +310,7 @@ func TestUploadDefinition(t *testing.T) { { label: "Upload with an Invalid Resource Bundle Definition", inp: "123e4567-e89b-12d3-a456-426655440000", - expectedError: "Invalid ID provided", + expectedError: "Invalid Definition ID provided", content: []byte{ 0x1f, 0x8b, 0x08, 0x08, 0xb0, 0x6b, 0xf4, 0x5b, 0x00, 0x03, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x74, |