We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15abbf7 commit be92944Copy full SHA for be92944
contentctl/objects/config.py
@@ -531,7 +531,7 @@ def serialize_path(paths: List[FilePath])->List[str]:
531
]
532
533
class test_common(build):
534
- mode:Union[Changes, Selected, All] = Field(Changes(), union_mode='left_to_right')
+ mode:Union[Changes, Selected, All] = Field(All(), union_mode='left_to_right')
535
post_test_behavior: PostTestBehavior = Field(default=PostTestBehavior.pause_on_failure, description="")
536
test_instances:List[Infrastructure] = Field(...)
537
enable_integration_testing: bool = Field(default=False, description="Enable integration testing, which REQUIRES Splunk Enterprise Security "
0 commit comments