fix(testing): passing of extraConfiguration

This commit is contained in:
Jaka Hudoklin 2019-03-11 20:49:33 +01:00
parent e65d3c6c6f
commit 7da954157c
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
2 changed files with 5 additions and 4 deletions

View file

@ -57,7 +57,7 @@ in {
default = null;
};
extraConfig = mkOption {
extraConfiguration = mkOption {
description = "Extra configuration for running test";
type = types.unspecified;
default = {};