Commit bd4a3b6e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix js api spec for new labels feature

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 94a5dc37
...@@ -264,7 +264,7 @@ describe('Api', () => { ...@@ -264,7 +264,7 @@ describe('Api', () => {
const namespace = 'some namespace'; const namespace = 'some namespace';
const project = 'some project'; const project = 'some project';
const labelData = { some: 'data' }; const labelData = { some: 'data' };
const expectedUrl = `${dummyUrlRoot}/${namespace}/${project}/labels`; const expectedUrl = `${dummyUrlRoot}/${namespace}/${project}/-/labels`;
const expectedData = { const expectedData = {
label: labelData, label: labelData,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment