mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
nixos/tests/grafana: remove superfluous args@
This commit is contained in:
parent
5ea8f47014
commit
dfdff2b946
@ -1,6 +1,4 @@
|
||||
args@{ pkgs, ... }:
|
||||
|
||||
(import ../make-test-python.nix ({ lib, pkgs, ... }:
|
||||
import ../make-test-python.nix ({ lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkMerge nameValuePair maintainers;
|
||||
@ -108,4 +106,4 @@ in {
|
||||
)
|
||||
mysql.shutdown()
|
||||
'';
|
||||
})) args
|
||||
})
|
||||
|
@ -1,6 +1,4 @@
|
||||
args@{ pkgs, ... }:
|
||||
|
||||
(import ../../make-test-python.nix ({ lib, pkgs, ... }:
|
||||
import ../../make-test-python.nix ({ lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkMerge nameValuePair maintainers;
|
||||
@ -222,4 +220,4 @@ in {
|
||||
"curl -sSfN -u testadmin:snakeoilpwd http://127.0.0.1:3000/api/v1/provisioning/mute-timings | grep Test\ Mute\ Timing"
|
||||
)
|
||||
'';
|
||||
})) args
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user