Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvuong committed Jan 8, 2024
1 parent fa4d3c6 commit 6740148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/acceptance/connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ func connectionTemplateWithOwner(host string, owner string) string {
connection_type = "MYSQL"
comment = "this is a connection to mysql db"
options = {
host = %s
host = "%s"
port = "3306"
user = "user"
password = "password"
}
owner = %s
owner = "%s"
}
`, host, owner)
}
Expand Down

0 comments on commit 6740148

Please sign in to comment.