Merge branch 'release' of github.com:appsmithorg/appsmith into release
This commit is contained in:
commit
3affa82bdb
|
|
@ -95,7 +95,7 @@ public class DatasourceContextServiceTest {
|
|||
|
||||
Mono<Plugin> pluginMono = pluginService.findByName("Installed Plugin Name");
|
||||
Datasource datasource = new Datasource();
|
||||
datasource.setName("test datasource name for authenticated fields decryption test");
|
||||
datasource.setName("test datasource name for authenticated fields decryption test null password");
|
||||
DatasourceConfiguration datasourceConfiguration = new DatasourceConfiguration();
|
||||
datasourceConfiguration.setUrl("http://test.com");
|
||||
AuthenticationDTO authenticationDTO = new AuthenticationDTO();
|
||||
|
|
|
|||
|
|
@ -461,7 +461,7 @@ public class DatasourceServiceTest {
|
|||
|
||||
Mono<Plugin> pluginMono = pluginService.findByName("Installed Plugin Name");
|
||||
Datasource datasource = new Datasource();
|
||||
datasource.setName("test datasource name for authenticated fields encryption test");
|
||||
datasource.setName("test datasource name for authenticated fields encryption test null password.");
|
||||
DatasourceConfiguration datasourceConfiguration = new DatasourceConfiguration();
|
||||
datasourceConfiguration.setUrl("http://test.com");
|
||||
AuthenticationDTO authenticationDTO = new AuthenticationDTO();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user