mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Update mssql_test.go
updated the test case, schema is now written in double quotes
This commit is contained in:
@@ -82,7 +82,7 @@ func TestMSSQLBackend_schema(t *testing.T) {
|
||||
b, err := NewMSSQLBackend(map[string]string{
|
||||
"server": server,
|
||||
"database": database,
|
||||
"schema": test,
|
||||
"schema": "test",
|
||||
"table": table,
|
||||
"username": username,
|
||||
"password": password,
|
||||
@@ -102,4 +102,4 @@ func TestMSSQLBackend_schema(t *testing.T) {
|
||||
|
||||
physical.ExerciseBackend(t, b)
|
||||
physical.ExerciseBackend_ListPrefix(t, b)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user