Fixup whitespace

This commit is contained in:
Zach Barahal 2020-02-10 13:24:36 -08:00
parent c7cb2154b4
commit 96c8d47040
1 changed files with 6 additions and 6 deletions

View File

@ -542,12 +542,12 @@ func TestDatabases_ResetUserAuth(t *testing.T) {
body := `
{
"user": {
"name": "name",
"role": "foo",
"password": "pass",
"mysql_settings": {
"auth_plugin": "caching_sha2_password"
}
"name": "name",
"role": "foo",
"password": "pass",
"mysql_settings": {
"auth_plugin": "caching_sha2_password"
}
}
}
`