Skip to content

[DE-618,DE-619] Fix interval units and date fields in subscription and product models #59

[DE-618,DE-619] Fix interval units and date fields in subscription and product models

[DE-618,DE-619] Fix interval units and date fields in subscription and product models #59

Triggered via pull request November 24, 2023 15:58
Status Failure
Total duration 1m 18s
Billable time 2m
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ProductsControllerArchiveProductTest.shouldArchiveProduct: tests/src/test/java/com/maxio/advancedbilling/controllers/products/ProductsControllerArchiveProductTest.java#L32
Multiple Failures (1 failure) java.time.format.DateTimeParseException: Text '2023-11-24T15:59:26.179773524Z' could not be parsed, unparsed text found at index 29
ProductsControllerCreateProductTest.shouldCreateProductWhenAllParametersAreProvided: tests/src/test/java/com/maxio/advancedbilling/controllers/products/ProductsControllerCreateProductTest.java#L135
Multiple Failures (2 failures) java.time.format.DateTimeParseException: Text '2023-11-24T15:59:07.259598181Z' could not be parsed, unparsed text found at index 29 java.time.format.DateTimeParseException: Text '2023-11-24T15:59:07.259598181Z' could not be parsed, unparsed text found at index 29
ProductsControllerCreateProductTest.shouldCreateProductWhenOnlyRequiredParametersAreProvided: tests/src/test/java/com/maxio/advancedbilling/controllers/products/ProductsControllerCreateProductTest.java#L58
Multiple Failures (2 failures) java.time.format.DateTimeParseException: Text '2023-11-24T15:59:08.152432899Z' could not be parsed, unparsed text found at index 29 java.time.format.DateTimeParseException: Text '2023-11-24T15:59:08.152432899Z' could not be parsed, unparsed text found at index 29
ProductsControllerUpdateProductTest.shouldUpdateProductWithAllParameters: tests/src/test/java/com/maxio/advancedbilling/controllers/products/ProductsControllerUpdateProductTest.java#L58
Multiple Failures (2 failures) java.time.format.DateTimeParseException: Text '2023-11-24T15:59:10.277463563Z' could not be parsed, unparsed text found at index 29 java.time.format.DateTimeParseException: Text '2023-11-24T15:59:10.277463563Z' could not be parsed, unparsed text found at index 29
test
Process completed with exit code 1.