File

.busted @ 10711:d2e4584ba7b3

spec: Add test cases for util.http.contains_token
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 10 Apr 2020 20:20:14 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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