chore(catalog-backend-module-azure): Update tests I missed
Signed-off-by: Ragnar Halldórsson <halldorsson@copopt.com>
This commit is contained in:
@@ -89,6 +89,7 @@ describe('azure', () => {
|
||||
'engineering',
|
||||
'',
|
||||
'/catalog-info.yaml',
|
||||
'',
|
||||
),
|
||||
).resolves.toEqual([]);
|
||||
});
|
||||
@@ -154,6 +155,7 @@ describe('azure', () => {
|
||||
'engineering',
|
||||
'',
|
||||
'/catalog-info.yaml',
|
||||
'',
|
||||
),
|
||||
).resolves.toEqual(response.results);
|
||||
});
|
||||
@@ -210,6 +212,7 @@ describe('azure', () => {
|
||||
'engineering',
|
||||
'backstage',
|
||||
'/catalog-info.yaml',
|
||||
'',
|
||||
),
|
||||
).resolves.toEqual(response.results);
|
||||
});
|
||||
@@ -325,6 +328,7 @@ describe('azure', () => {
|
||||
'engineering',
|
||||
'',
|
||||
'/catalog-info.yaml',
|
||||
'',
|
||||
),
|
||||
).resolves.toEqual(response.results);
|
||||
});
|
||||
@@ -384,6 +388,7 @@ describe('azure', () => {
|
||||
'engineering',
|
||||
'backstage',
|
||||
'/catalog-info.yaml',
|
||||
'',
|
||||
),
|
||||
).resolves.toHaveLength(totalCount);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user