Skip to content

Commit

Permalink
chore: add compliancemode
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Apr 15, 2024
1 parent a7da2eb commit 06a5a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import spock.lang.Specification


class CassandraFunctionalIT extends Specification {
def url = "jdbc:cassandra://localhost:9042/betterbotz"
def url = "jdbc:cassandra://localhost:9042/betterbotz?compliancemode=Liquibase"
def defaultSchemaName = "betterbotz"
def username = "cassandra"
def password = "Password1"
Expand Down

0 comments on commit 06a5a09

Please sign in to comment.