Skip to content

Commit 9bb54da

Browse files
squash commits
1 parent 5256182 commit 9bb54da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/phoebus/channelfinder/processors/AAChannelProcessorMultiIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import static org.phoebus.channelfinder.processors.AAChannelProcessorIT.inactiveProperty;
3434

3535
@WebMvcTest(AAChannelProcessor.class)
36-
@TestPropertySource(locations = "classpath:application_test.properties", properties = "aa.post_support:default")
36+
@TestPropertySource(value = "classpath:application_test.properties")
3737
class AAChannelProcessorMultiIT {
3838

3939
public static final String BEING_ARCHIVED = "Being archived";

0 commit comments

Comments
 (0)