mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +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,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user