Merge pull request #8283 from backstage/mob/identity-api
core-plugin-api: stabilize IdentityApi
This commit is contained in:
@@ -187,6 +187,9 @@ export const MockCostInsightsApiProvider = ({
|
||||
getIdToken: jest.fn(),
|
||||
getUserId: jest.fn(),
|
||||
signOut: jest.fn(),
|
||||
getProfileInfo: jest.fn(),
|
||||
getBackstageIdentity: jest.fn(),
|
||||
getCredentials: jest.fn(),
|
||||
};
|
||||
|
||||
const defaultCostInsightsApi: CostInsightsApi = {
|
||||
|
||||
Reference in New Issue
Block a user