Skip to content

Commit

Permalink
Add jwt required to test server app config
Browse files Browse the repository at this point in the history
Fixes test error
  • Loading branch information
shepherd-l committed Jun 4, 2024
1 parent 69eaacb commit 6b3eb5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __test__/support/environment/TestContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default class TestContext {
success: true,
version: 2,
app_id: appId,
jwt_required: false,
features: {
restrict_origin: {
enable: true,
Expand Down Expand Up @@ -176,6 +177,7 @@ export default class TestContext {
success: true,
version: 2,
app_id: appId,
jwt_required: false,
features: {
restrict_origin: {
enable: false,
Expand Down

0 comments on commit 6b3eb5e

Please sign in to comment.