diff options
author | Vitaly Takmazov | 2022-12-15 15:43:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-15 15:43:41 +0300 |
commit | ea4910a937f2e9310ad328bc47237662f8bcbd2c (patch) | |
tree | 8ae6c89a69a61c35ae9eb333e56814372c72510e /src/test/resources/application-postgres.yml | |
parent | de3834478f722a1790f0b65cc86a6e5b29fbf16a (diff) |
postgres: pass tests without implicit string types casts
Diffstat (limited to 'src/test/resources/application-postgres.yml')
-rw-r--r-- | src/test/resources/application-postgres.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/application-postgres.yml b/src/test/resources/application-postgres.yml index b75b1e50..ed7249b3 100644 --- a/src/test/resources/application-postgres.yml +++ b/src/test/resources/application-postgres.yml @@ -1,6 +1,6 @@ spring: datasource: - url: jdbc:postgresql://localhost:5432/juick?stringtype=unspecified + url: jdbc:postgresql://localhost:5432/juick username: juick password: secret flyway: |