We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5256182 commit 9bb54daCopy full SHA for 9bb54da
src/test/java/org/phoebus/channelfinder/processors/AAChannelProcessorMultiIT.java
@@ -33,7 +33,7 @@
33
import static org.phoebus.channelfinder.processors.AAChannelProcessorIT.inactiveProperty;
34
35
@WebMvcTest(AAChannelProcessor.class)
36
-@TestPropertySource(locations = "classpath:application_test.properties", properties = "aa.post_support:default")
+@TestPropertySource(value = "classpath:application_test.properties")
37
class AAChannelProcessorMultiIT {
38
39
public static final String BEING_ARCHIVED = "Being archived";
0 commit comments