Skip to content

Commit

Permalink
test fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
simisoft-exo committed Nov 15, 2024
1 parent 60f0d34 commit 81130a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/database/resource_mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func testResourceMysql(t *testing.T) {
dataCreate.MaintenanceTime = "01:23:00"
dataCreate.BackupSchedule = "01:23"
dataCreate.IpFilter = []string{"1.2.3.4/32"}
dataCreate.MysqlSettings = strconv.Quote(`{"long_query_time":1,"slow_query_log":true,"log_output":"INSIGHTS","sql_mode":"ANSI,TRADITIONAL","sql_require_primary_key":true}`)
dataCreate.MysqlSettings = strconv.Quote(`{"log_output":"INSIGHTS","long_query_time":1,"slow_query_log":true,"sql_mode":"ANSI,TRADITIONAL","sql_require_primary_key":true}`)
buf := &bytes.Buffer{}
err = tpl.Execute(buf, &dataCreate)
if err != nil {
Expand Down

0 comments on commit 81130a6

Please sign in to comment.