Skip to content

Commit cbd6e5d

Browse files
authored
Update inputs to fix advanced create tests (#4534)
1 parent dcfac99 commit cbd6e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nightly/functionAppOperations.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ suite('Function App Operations', function (this: Mocha.Suite): void {
4040
});
4141

4242
test('Create - Advanced', async () => {
43-
const testInputs: (string | RegExp)[] = [appName, 'Flex Consumption', location, /\.net/i, '4096', '100', '$(plus) Create new resource group', rgName, '$(plus) Create new storage account', saName, '$(plus) Create new Application Insights resource', aiName, '$(plus) Create new user assigned identity'];
43+
const testInputs: (string | RegExp)[] = [appName, 'Flex Consumption', location, /\.net/i, '4096', '100', 'Managed identity', '$(plus) Create new resource group', rgName, '$(plus) Create new storage account', saName, '$(plus) Create new Application Insights resource', aiName, '$(plus) Create new user assigned identity'];
4444
await runWithTestActionContext('createFunctionAppAdvanced', async context => {
4545
await context.ui.runWithInputs(testInputs, async () => {
4646
await createFunctionAppAdvanced(context);
@@ -51,7 +51,7 @@ suite('Function App Operations', function (this: Mocha.Suite): void {
5151
});
5252

5353
test('Create - Advanced - Existing RG/SA/AI', async () => {
54-
const testInputs: (string | RegExp)[] = [app2Name, 'Flex Consumption', location, /\.net/i, '4096', '100', rgName, saName, aiName, '$(plus) Create new user assigned identity'];
54+
const testInputs: (string | RegExp)[] = [app2Name, 'Flex Consumption', location, /\.net/i, '4096', '100', 'Managed identity', rgName, saName, aiName, '$(plus) Create new user assigned identity'];
5555
await runWithTestActionContext('createFunctionAppAdvanced', async context => {
5656
await context.ui.runWithInputs(testInputs, async () => {
5757
await createFunctionAppAdvanced(context);

0 commit comments

Comments
 (0)