Skip to content

Commit

Permalink
Fixed integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
And1sS committed Jul 26, 2024
1 parent 2ceff5b commit 3b00fef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

@ExtendWith(SpringExtension.class)
@ContextConfiguration(classes = {
PostStorageHandler.class,
PrebidServerResponseBuilder.class,
ApiConfig.class
ApiConfig.class,
StorageConfig.class,
})
@EnableConfigurationProperties
@SpringBootTest
Expand Down

0 comments on commit 3b00fef

Please sign in to comment.