Skip to content

Commit

Permalink
update client side test fixtures for DSA config
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Sep 25, 2023
1 parent 49be669 commit b560e0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/core/client/admin/test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ export const settings = createFixture<GQLSettings>({
flairBadgesEnabled: false,
badges: [],
},
dsa: {
enabled: false,
},
});

export const settingsWithMultisite = createFixture<GQLSettings>(
Expand Down
3 changes: 3 additions & 0 deletions client/src/core/client/stream/test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ export const settings = createFixture<GQLSettings>({
flairBadgesEnabled: true,
badges: [{ name: "subscriber", url: "https://wwww.example.com/image.jpg" }],
},
dsa: {
enabled: false,
},
});

export const site = createFixtures<GQLSite>([
Expand Down

0 comments on commit b560e0d

Please sign in to comment.