Skip to content

Fix tiny misspelling in the sybase integration test comments #4313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* The Sybase official jdbc driver is not freely available. This test uses the
* non-official jTDS driver. There is no official public Docker image for Sybase neither.
* This test uses the non-official Docker image by Jetbrains. Sybase in not supported in
* testcontainers. Sysbase support is tested manually for the moment: 1. Run `docker run
* testcontainers. Sybase support is tested manually for the moment: 1. Run `docker run
* -d -t -p 5000:5000 -eSYBASE_USER=sa -eSYBASE_PASSWORD=sa -eSYBASE_DB=test
* datagrip/sybase:16.0` 2. Update the datasource configuration with the IP of the
* container 3. Run the test `testJobExecution`
Expand Down