Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog committed Sep 20, 2024
1 parent 1d545fb commit e540636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ public class LogCollectionTest {

@BeforeClass
public static void staticSetup() throws Exception {
ClientHolder.setClient(stubClient);
DatadogGlobalConfiguration cfg = DatadogUtilities.getDatadogGlobalDescriptor();
ExtensionList.clearLegacyInstances();
cfg.setCollectBuildLogs(true);
ClientHolder.setClient(stubClient);
j.createOnlineSlave(new LabelAtom("test"));
}

Expand Down

0 comments on commit e540636

Please sign in to comment.