.busted
author Matthew Wild <mwild1@gmail.com>
Thu, 13 Oct 2022 09:55:36 +0100
changeset 12775 e9fcc69ea508
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.cache: Add some missing test cases Found via mutation testing.

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}