Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Containerapp 0.3.22 Release #5843

Merged
merged 13 commits into from
Feb 16, 2023
Prev Previous commit
Next Next commit
resolving conflict
  • Loading branch information
lil131 committed Feb 10, 2023
commit df3837ed8c8ce219e73d5b5cdd672f34d31bb9ee
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,8 @@ def test_containerapp_env_dapr_components(self, resource_group):
@live_only() # encounters 'CannotOverwriteExistingCassetteException' only when run from recording (passes when run live)
@ResourceGroupPreparer(location="northeurope")
def test_containerapp_env_certificate_e2e(self, resource_group):
location = os.getenv("CLITestLocation")
if not location:
location = 'northcentralusstage'
self.cmd('configure --defaults location={}'.format(location))
location = 'northcentralusstage'
self.cmd('configure --defaults location=northcentralusstage'.format(location))

env_name = self.create_random_name(prefix='containerapp-e2e-env', length=24)
logs_workspace_name = self.create_random_name(prefix='containerapp-env', length=24)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.