Skip to content

Commit

Permalink
nidx required pg version in sdk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino committed Jan 21, 2025
1 parent 42770ee commit 247bc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucliadb_sdk/src/nucliadb_sdk/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

import nucliadb_sdk

images.settings["postgresql"]["version"] = "11"
images.settings["postgresql"]["version"] = "13"
images.settings["postgresql"]["env"]["POSTGRES_PASSWORD"] = "postgres"
images.settings["postgresql"]["env"]["POSTGRES_DB"] = "postgres"

Expand Down

0 comments on commit 247bc21

Please sign in to comment.