Constant TEST_ALL_LICENSE_KEY_CONTENT

Source
pub(crate) const TEST_ALL_LICENSE_KEY_CONTENT: &str = "eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.\
  eyJzdWIiOiJydy10ZXN0LWFsbCIsImlzcyI6InRlc3QucmlzaW5nd2F2ZS5jb20iLCJleHAiOjEwMDAwNjI3MjAwLCJpYXQiOjE3NTE4Njg5ODEsInRpZXIiOiJhbGwifQ.\
  la3qLwax0MtUZ_sYNPd0tCmWsfJUfUU_GUbt1RBFltAioPgF9fVWblknbrqw6TRS4KJuBY5GJc0K26ghCfwcSooduhrTy9rRmRMkQ7R9fSokQJ3nxU0DiaxK-1Ts2s5NTI7ZX_yEE4DlgUwVV1eKbJ8ihkcaNCExeZ9-BtNuJvJ7-IXm56L-TXTJR4TVsGirS3qHBoK7Nw8OKK8O8OyRAC9ul2SdWz905Ap-5f4hAiWW8fMOkxXpG1f8-UTU5AZo3Lt3YmxLvO1WXtnPro0EJnlI2ylJjgOg37SNbThCG7EQHlrBwP2vHbayH3LNpPWoSFLG2o0e5OQUmgZm8iMkXw";
Expand description

A license key with the All tier that only works in tests.

The content is a JWT token with the following payload:

License {
    sub: "rw-test-all",
    iss: Test,
    tier: All,
    cpu_core_limit: None,
    exp: 10000627200,
}