Skip to content

Commit 47b393b

Browse files
moficodesvicentefb
andcommitted
chore: update unit test formatting
Co-authored-by: Vicente Ferrara <[email protected]>
1 parent ab384be commit 47b393b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/unittests/cli/utils/test_cli_deploy.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@ def test_resolve_project_from_gcloud_fails(
164164
"sqlite://s",
165165
"gs://a",
166166
"rag://m",
167-
"--session_service_uri=sqlite://s --artifact_service_uri=gs://a --memory_service_uri=rag://m",
167+
(
168+
"--session_service_uri=sqlite://s --artifact_service_uri=gs://a"
169+
" --memory_service_uri=rag://m"
170+
),
168171
),
169172
(
170173
"1.2.5",

0 commit comments

Comments
 (0)