Rename azure/api to azure
This commit is contained in:
@@ -47,7 +47,7 @@ describe('createRouter - working directory', () => {
|
||||
const mockPreparer = {
|
||||
prepare: mockPrepare,
|
||||
};
|
||||
mockPreparers.register('azure/api', mockPreparer);
|
||||
mockPreparers.register('azure', mockPreparer);
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
@@ -65,7 +65,7 @@ describe('createRouter - working directory', () => {
|
||||
kind: 'Template',
|
||||
metadata: {
|
||||
annotations: {
|
||||
'backstage.io/managed-by-location': 'azure/api:dev.azure.com',
|
||||
'backstage.io/managed-by-location': 'azure:dev.azure.com',
|
||||
},
|
||||
},
|
||||
spec: {
|
||||
|
||||
Reference in New Issue
Block a user