Merge branch 'release' of github.com:appsmithorg/appsmith into release

This commit is contained in:
Arpit Mohan 2020-07-15 16:43:17 +05:30
commit 3affa82bdb
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();