Skip to content

Commit

Permalink
fix: styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eschrewe committed Jun 20, 2024
1 parent 37bb8e0 commit 234e4fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@
package org.eclipse.tractusx.puris.backend.common.util;

import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;

@Slf4j
@Getter
@Service
/**
Expand Down Expand Up @@ -108,7 +106,6 @@ public String getDemandSubmodelEndpoint() {
return getPurisBaseUrl() + getContextPath() + "material-demand/request";
}


@Value("${puris.demandsubmodel.apiassetid}")
/**
* The assetId that shall be assigned to the request API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.mockito.Mock;
import org.mockito.Mockito;
import org.mockito.junit.jupiter.MockitoExtension;

import java.io.InputStream;
import java.util.Date;
import java.util.Map;
Expand Down Expand Up @@ -84,7 +83,6 @@ public void tearDown() throws Exception {
mockWebServer.shutdown();
}


@Test
public void test_should_success() throws Exception {
// given
Expand Down

0 comments on commit 234e4fb

Please sign in to comment.