Skip to content

Commit 71c8360

Browse files
committed
bump gh jobs 6 - ruff
1 parent 9d0f9a4 commit 71c8360

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cv-processing-service/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"UPLOAD_DIR": "/tmp/test_uploads",
2525
"DURABLE_STORAGE": "local",
2626
}
27-
)
27+
)

cv-search-service/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"JWT_SECRET": "test-jwt-secret-key-that-is-at-least-32-characters-long-for-validation",
2121
"API_KEY": "test-api-key-that-is-at-least-16-characters-long",
2222
}
23-
)
23+
)

cv-storage-service/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"JWT_SECRET": "test-jwt-secret-key-that-is-at-least-32-characters-long-for-validation",
2020
"API_KEY": "test-api-key-that-is-at-least-16-characters-long",
2121
}
22-
)
22+
)

0 commit comments

Comments
 (0)