Skip to content

Commit

Permalink
Fjern unødvendige ActiveProfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbb committed Oct 13, 2023
1 parent aa9c509 commit cded034
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.test.autoconfigure.web.client.RestClientTest
import org.springframework.http.HttpMethod
import org.springframework.http.MediaType.APPLICATION_JSON
import org.springframework.test.context.ActiveProfiles
import org.springframework.test.web.client.MockRestServiceServer
import org.springframework.test.web.client.response.MockRestResponseCreators.withBadRequest
import org.springframework.test.web.client.response.MockRestResponseCreators.withSuccess
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import org.junit.jupiter.api.assertThrows
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.test.autoconfigure.web.client.RestClientTest
import org.springframework.http.MediaType
import org.springframework.test.context.ActiveProfiles
import org.springframework.test.web.client.MockRestServiceServer
import org.springframework.test.web.client.response.MockRestResponseCreators.withSuccess
import java.lang.IllegalArgumentException
Expand All @@ -17,7 +16,6 @@ import java.lang.IllegalArgumentException
AltinnRollerClient::class,
MaskinportenTokenServiceStub::class,
)
@ActiveProfiles("local")
class AltinnRollerClientTest {
@Autowired
lateinit var altinnServer: MockRestServiceServer
Expand Down

0 comments on commit cded034

Please sign in to comment.