15003: Remove NodeProfiles section from cluster config.
[arvados.git] / lib / service / cmd_test.go
index 62960dc31cb2b71a2b2aea85db0300f00a44995d..bb7c5c51da01a4074da5b1b80506b2e25fc9a25d 100644 (file)
@@ -38,7 +38,7 @@ func (*Suite) TestCommand(c *check.C) {
        ctx, cancel := context.WithCancel(context.Background())
        defer cancel()
 
-       cmd := Command(arvados.ServiceNameController, func(ctx context.Context, _ *arvados.Cluster, _ *arvados.NodeProfile, token string) Handler {
+       cmd := Command(arvados.ServiceNameController, func(ctx context.Context, _ *arvados.Cluster, token string) Handler {
                c.Check(ctx.Value("foo"), check.Equals, "bar")
                c.Check(token, check.Equals, "abcde")
                return &testHandler{ctx: ctx, healthCheck: healthCheck}