mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
added driver specific client config struct to plugin configuration
This commit is contained in:
@@ -699,7 +699,9 @@ func TestPluginLoader_Dispense_Internal(t *testing.T) {
|
||||
|
||||
expKey := "set_config_worked"
|
||||
expNomadConfig := &base.NomadConfig{
|
||||
ClientMinPort: 100,
|
||||
Driver: &base.NomadDriverConfig{
|
||||
ClientMinPort: 100,
|
||||
},
|
||||
}
|
||||
|
||||
logger := testlog.HCLogger(t)
|
||||
|
||||
Reference in New Issue
Block a user