Skip to content

Commit e9cc385

Browse files
authored
Update test_webapp_up_commands.py
1 parent 05a5d8f commit e9cc385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/tests/latest/test_webapp_up_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def test_webapp_up_dotnet6_e2e(self, resource_group):
477477
# the zip contains more than one projects, it is assumed that the user is in this directory
478478
# when he makes the webapp up.
479479
up_working_dir = temp_dir
480-
os.chdir(os.join(up_working_dir, "WebApplication1"))
480+
os.chdir(os.path.join(up_working_dir, "dotnet6-webapi-with-dependencies-up"))
481481

482482
# test dryrun operation
483483
result = self.cmd('webapp up -n {} --dryrun --os-type Linux'

0 commit comments

Comments
 (0)