Skip to content

Commit be92944

Browse files
committed
change default testing mode to all
1 parent 15abbf7 commit be92944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def serialize_path(paths: List[FilePath])->List[str]:
531531
]
532532

533533
class test_common(build):
534-
mode:Union[Changes, Selected, All] = Field(Changes(), union_mode='left_to_right')
534+
mode:Union[Changes, Selected, All] = Field(All(), union_mode='left_to_right')
535535
post_test_behavior: PostTestBehavior = Field(default=PostTestBehavior.pause_on_failure, description="")
536536
test_instances:List[Infrastructure] = Field(...)
537537
enable_integration_testing: bool = Field(default=False, description="Enable integration testing, which REQUIRES Splunk Enterprise Security "

0 commit comments

Comments
 (0)