fixed test

This commit is contained in:
Massimiliano Assante 2022-05-04 16:39:30 +02:00
parent 540072d30d
commit 1bfeba03f1
2 changed files with 18 additions and 18 deletions

View File

@ -11,19 +11,19 @@
## Documentation ## Documentation
* Use of this service is described in the [Wiki](https://wiki.gcube-system.org/gcube/OAuth2.0). * N/A
## Change log ## Change log
See [Releases](https://code-repo.d4science.org/gCubeSystem/social-networking-library-ws/releases). See [Releases](https://code-repo.d4science.org/gCubeSystem/social-service-client/releases).
## Authors ## Authors
* **Costantino Perciante**
* **Massimiliano Assante** - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience) * **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante)
## Maintainers ## Maintainers
* **Massimiliano Assante** - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience) * **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante)
## License ## License

View File

@ -116,19 +116,19 @@ public class TestClientServices {
} }
} }
@Test // @Test
public void sendJobNotification() throws Exception { // public void sendJobNotification() throws Exception {
NotificationClient notificationsClient = new NotificationClient(); // NotificationClient notificationsClient = new NotificationClient();
JobNotificationBean notification = new JobNotificationBean( // JobNotificationBean notification = new JobNotificationBean(
"luca.frosini", // "luca.frosini",
UUID.randomUUID().toString(), // UUID.randomUUID().toString(),
"SmartExecutor Social Indexer", // "SmartExecutor Social Indexer",
"SmartExecutor", // "SmartExecutor",
JobStatusType.SUCCEEDED, // JobStatusType.SUCCEEDED,
"all ok"); // "all ok");
notificationsClient.sendJobNotification(notification); // notificationsClient.sendJobNotification(notification);
logger.debug("Sent job notification "); // logger.debug("Sent job notification ");
} // }
@Test @Test
public void getProfile() throws Exception { public void getProfile() throws Exception {