Skip to content

Commit

Permalink
[Rahul] | Skip Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Dec 1, 2023
1 parent 9e110ea commit 889eec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FeedClient getAtomFeedClient(FeedURI jobName, FeedClientFactory feedClientFactor
AllFailedEvents allFailedEvents = new AllFailedEventsJdbcImpl(transactionManager);
String isRestEnabled = environment.getProperty(AtomfeedServiceConstants.IS_REST_ENABLED.getAtomfeedServiceConstants());
System.out.println("*******************************************************************");
System.out.println("The Sync will start now for Odoo"));
System.out.println("The Sync will start now for Odoo");
boolean isRestEnabledValue = Boolean.parseBoolean(isRestEnabled);
OpenERPContext openERPContext = isRestEnabledValue ? new OpenERPContext(odooRESTClient) : new OpenERPContext(openERPXMLClient);
return feedClientFactory.getFeedClient(atomFeedProperties, transactionManager, openERPContext, allFeeds, allMarkers, allFailedEvents, jobName, isRestEnabledValue);
Expand Down

0 comments on commit 889eec4

Please sign in to comment.