diff --git a/plugins/zltx_v2/internal/zltx_v2_test.go b/plugins/zltx_v2/internal/zltx_v2_test.go index 70dc3c8..bbd458d 100644 --- a/plugins/zltx_v2/internal/zltx_v2_test.go +++ b/plugins/zltx_v2/internal/zltx_v2_test.go @@ -26,7 +26,7 @@ func config() []byte { func TestConfig(t *testing.T) { t.Run("TestConfig", func(t *testing.T) { c := config() - fmt.Printf("%+s\n", string(c)) + fmt.Printf("%s\n", string(c)) assert.NotEmpty(t, c) }) }