.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 07 Oct 2022 18:04:30 +0100
changeset 12756 9ef8f248635c
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.promise: Fix field name in failing test (introduced in 2639e0e1c378)

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