mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +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{
|
b, err := NewMSSQLBackend(map[string]string{
|
||||||
"server": server,
|
"server": server,
|
||||||
"database": database,
|
"database": database,
|
||||||
"schema": test,
|
"schema": "test",
|
||||||
"table": table,
|
"table": table,
|
||||||
"username": username,
|
"username": username,
|
||||||
"password": password,
|
"password": password,
|
||||||
@@ -102,4 +102,4 @@ func TestMSSQLBackend_schema(t *testing.T) {
|
|||||||
|
|
||||||
physical.ExerciseBackend(t, b)
|
physical.ExerciseBackend(t, b)
|
||||||
physical.ExerciseBackend_ListPrefix(t, b)
|
physical.ExerciseBackend_ListPrefix(t, b)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user