#950 Add unregister by name to API
- Add method to API - Ensure that unregistering in datasource is case-insensitive
This commit is contained in:
@@ -195,7 +195,7 @@ public abstract class AbstractDataSourceIntegrationTest {
|
||||
DataSource dataSource = getDataSource();
|
||||
|
||||
// when
|
||||
boolean response1 = dataSource.removeAuth("bobby");
|
||||
boolean response1 = dataSource.removeAuth("Bobby");
|
||||
boolean response2 = dataSource.removeAuth("does-not-exist");
|
||||
|
||||
// then
|
||||
|
||||
Reference in New Issue
Block a user