Skip to content

Commit

Permalink
test(integration): upgrade to python311 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclimse committed May 9, 2023
1 parent a9cc77a commit f76e6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/deployment/test_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_deploy(scaleway_project: str, cli_runner: CliRunner):
runtime = "python310"
runtime = "python311"
res = utils.run_deploy_command(cli_runner, app=app, args=["--runtime", runtime])

assert res.exit_code == 0, res.output
Expand Down

0 comments on commit f76e6fc

Please sign in to comment.