Skip to content

Commit d513e27

Browse files
committed
edit test file -> include .py
1 parent 269b1ae commit d513e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ RUN echo "=== Running Code Linting ===" && \
3636

3737
# Step 2: Run tests
3838
RUN echo "=== Running Tests ===" && \
39-
uv run pytest -v tests/test_models::test_api_connection_with_no_env_load
39+
uv run pytest -v tests/test_models.py::test_api_connection_with_no_env_load

0 commit comments

Comments
 (0)