We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab384be commit 47b393bCopy full SHA for 47b393b
tests/unittests/cli/utils/test_cli_deploy.py
@@ -164,7 +164,10 @@ def test_resolve_project_from_gcloud_fails(
164
"sqlite://s",
165
"gs://a",
166
"rag://m",
167
- "--session_service_uri=sqlite://s --artifact_service_uri=gs://a --memory_service_uri=rag://m",
+ (
168
+ "--session_service_uri=sqlite://s --artifact_service_uri=gs://a"
169
+ " --memory_service_uri=rag://m"
170
+ ),
171
),
172
(
173
"1.2.5",
0 commit comments