Skip to content

Commit

Permalink
MIGENG-371 fixed typo on value injection
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan committed Jan 23, 2020
1 parent b556339 commit 01c8eb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public class EndToEndTest {
@Value("${insights.kafka.host}")
private String kafkaHost;

@Value("${test.sleep.startandcheckduplicated:10000")
@Value("${test.sleep.startandcheckduplicated:10000}")
private long sleepBetweenStartAndDuplicatedReportCheck_inMillis;


Expand Down

0 comments on commit 01c8eb4

Please sign in to comment.