c42950e342
and add new TestConfigForServer() to get a valid nomad.Config to use in tests Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
8 lines
89 B
Go
8 lines
89 B
Go
//go:build !ent
|
|
|
|
package nomad
|
|
|
|
func (c *LicenseConfig) Validate() error {
|
|
return nil
|
|
}
|