fix: Send unsupported message when trying to test SaaS integrations (#9335)
This commit is contained in:
parent
5173ef418b
commit
0a4e1a3e6d
|
|
@ -213,7 +213,7 @@ public class SaasPlugin extends BasePlugin {
|
|||
|
||||
@Override
|
||||
public Mono<DatasourceTestResult> testDatasource(DatasourceConfiguration datasourceConfiguration) {
|
||||
return Mono.empty();
|
||||
return Mono.error(new AppsmithPluginException(AppsmithPluginError.PLUGIN_ERROR, "Unsupported Operation"));
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user