Revert "trying to find reason for failing tests in Jenkins, locally all tests are green"
This reverts commit 411342eb0b
.
This commit is contained in:
parent
411342eb0b
commit
f08a1d89b3
@ -325,7 +325,7 @@ public class AssetResourceIntTest {
|
||||
|
||||
// Get all the assetList where documentDate equals to UPDATED_DOCUMENT_DATE
|
||||
defaultAssetShouldNotBeFound("documentDate.equals=" + UPDATED_DOCUMENT_DATE);
|
||||
} catch (java.lang.AssertionError exc) {
|
||||
} catch (Exception exc) {
|
||||
// TOOD: on Jenkins the customer row vanishes, locally all tests are green
|
||||
assertThat(customerService.findOne(asset.getMembership().getCustomer().getId())).as("postcondition failed").isNotNull();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user