Ensure setting mock telemetry endpoint to TelemetryMultipleEnginesTest

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.14.1, 7.15.0-alpha1, 7.15.0
    • Affects Version/s: None
    • Component/s: None
    • None

      AT:

      • To prevent sending request to ET prod among all of the test setups, the engine configuration of TelemetryMultipleEnginesTest should look like:
        @ClassRule
        public static ProcessEngineBootstrapRule secondEngineRule = new ProcessEngineBootstrapRule(config ->
            config.setTelemetryEndpoint(TELEMETRY_ENDPOINT)
                  .setProcessEngineBootstrapCommand(new NoInitMessageBootstrapEngineCommand()));
      
        @ClassRule
        public static ProcessEngineBootstrapRule defaultEngineRule = new ProcessEngineBootstrapRule(config ->
            config.setTelemetryEndpoint(TELEMETRY_ENDPOINT)
                  .setProcessEngineBootstrapCommand(new NoInitMessageBootstrapEngineCommand()));
      
      

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: