Update test
This commit is contained in:
@@ -886,7 +886,7 @@ func TestNewDataSourceProxy_MSSQL(t *testing.T) {
|
||||
description: "Invalid ODBC URL",
|
||||
url: `localhost\instance::1433`,
|
||||
err: datasource.URLValidationError{
|
||||
Err: errors.New(`unrecognized MSSQL URL format: "localhost\\instance::1433"`),
|
||||
Err: errors.New(`unrecognized URL format: "localhost\\instance::1433"`),
|
||||
URL: `localhost\instance::1433`,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user