Skip to content

Commit

Permalink
feat: MOVE-4138: Enable FregClientMock in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
johannmo committed Jul 23, 2024
1 parent dfdb225 commit e4f01d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@Component
@Slf4j
@Profile({"dev-local", "dev", "staging", "yt"})
@Profile({"dev-local", "dev", "test", "yt"})
public class DefaultFregClientWithMock extends DefaultFregGatewayClient {

public DefaultFregClientWithMock(ServiceregistryProperties properties) {
Expand Down

0 comments on commit e4f01d8

Please sign in to comment.