We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9a0f5 commit b44cf74Copy full SHA for b44cf74
1 file changed
tests/unit/test_cli.py
@@ -70,7 +70,7 @@ def test_image_command_success(
70
mock_get_settings.assert_called_once()
71
mock_initialize_ee.assert_called_once_with("test-project")
72
mock_export_image.assert_called_once_with(
73
- "PROJECTS/test/assets/test_image", "test-bucket", "test/prefix", False
+ "PROJECTS/test/assets/test_image", "test-bucket", "test/prefix/", False
74
)
75
76
# Verify the output and exit code
@@ -107,7 +107,7 @@ def test_image_command_with_quantize_flag(
107
108
"PROJECTS/test/assets/embedding_image",
109
"embedding-bucket",
110
- "quantized/prefix",
+ "quantized/prefix/",
111
True,
112
113
0 commit comments