Small lib/config load_test.go change to reflect the absense of the
authorWard Vandewege <ward@curii.com>
Fri, 9 Jul 2021 14:39:10 +0000 (10:39 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 9 Jul 2021 14:39:10 +0000 (10:39 -0400)
RuntimeEngine config variable in the 2.2 branch.

refs #17803

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

lib/config/load_test.go

index 396faca48461b30d7d5708a55f05bafcf73159ac..bc79fce08e000ebfe45559bb2ba9e4f83c1bc1ef 100644 (file)
@@ -224,7 +224,7 @@ Clusters:
        c.Log(logbuf.String())
        logs := strings.Split(strings.TrimSuffix(logbuf.String(), "\n"), "\n")
        for _, log := range logs {
-               c.Check(log, check.Matches, `.*deprecated or unknown config entry:.*(RunTimeEngine.*RuntimeEngine|BadKey1|BadKey2|KeepStore|ServiceS|RendezVous).*`)
+               c.Check(log, check.Matches, `.*deprecated or unknown config entry:.*(RunTimeEngine|BadKey1|BadKey2|KeepStore|ServiceS|RendezVous).*`)
        }
        c.Check(logs, check.HasLen, 6)
 }