Merge pull request #37483 from thaJeztah/fix-nit-pick

Use constant for task runtime value
Upstream-commit: cc7cda1968062fc6dde28c93e85a0192d58b6d90
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-07-18 17:31:44 +02:00
committed by GitHub
@@ -107,7 +107,7 @@ func TestServicePlugin(t *testing.T) {
func makePlugin(repo, name string, constraints []string) func(*swarmtypes.Service) {
return func(s *swarmtypes.Service) {
s.Spec.TaskTemplate.Runtime = "plugin"
s.Spec.TaskTemplate.Runtime = swarmtypes.RuntimePlugin
s.Spec.TaskTemplate.PluginSpec = &runtime.PluginSpec{
Name: name,
Remote: repo,