Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
t forenklet mocking av FormidlingsgruppeRestClient
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtm committed Jul 19, 2021
1 parent d886f67 commit aec49f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class FormidlingsgruppeGatewayConfig {

@Bean
fun formidlingsgruppeRestClient(): FormidlingsgruppeRestClient {
return FormidlingsgruppeRestClientMock()
return FormidlingsgruppeRestClient(null, null)
}

@Bean
Expand Down

This file was deleted.

0 comments on commit aec49f8

Please sign in to comment.