.busted
author Matthew Wild <mwild1@gmail.com>
Thu, 25 Oct 2018 15:33:46 +0100
changeset 9554 7421379ba464
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
util.promise tests: Fix declared but unused variables

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