File

.busted @ 10661:4eee1aaa9405

util.jwt: Remove unused return value from tests [luacheck]
author Kim Alvefur <zash@zash.se>
date Mon, 24 Feb 2020 09:10:28 +0100 (2020-02-24)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}