Unverified Commit 1d556fd9 authored by teutat3s's avatar teutat3s
Browse files

nixosTests.prometheus-exporters.json: fix test script

parent 48a0fb7a
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -348,9 +348,13 @@ let
        enable = true;
        url = "http://localhost";
        configFile = pkgs.writeText "json-exporter-conf.json" (builtins.toJSON {
          modules = {
            default = {
              metrics = [
                { name = "json_test_metric"; path = "{ .test }"; }
              ];
            };
          };
        });
      };
      metricProvider = {