Skip to content

Commit

Permalink
Update ServicePrinicipalLogin.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kanika1894 committed Oct 22, 2021
1 parent 4a95c87 commit b237469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/PowerShell/ServicePrinicipalLogin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jest.mock('../../src/PowerShell/Utilities/PowerShellToolRunner');
let spnlogin: ServicePrincipalLogin;

beforeAll(() => {
spnlogin = new ServicePrincipalLogin("servicePrincipalID", "servicePrinicipalkey", "tenantId", "subscriptionId", false, null, null);
spnlogin = new ServicePrincipalLogin("servicePrincipalID", "servicePrinicipalkey", null, "tenantId", "subscriptionId", false, null, null);
});

afterEach(() => {
Expand Down

0 comments on commit b237469

Please sign in to comment.