Skip to content

Commit

Permalink
Add 'active' property to fixtures for sync configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao-vi committed Jan 23, 2025
1 parent d037c57 commit 8d3c5e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/api/sync/specs/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,20 +634,23 @@ const fixtures: DBFixture = {
password: 'password1',
url: 'url1',
name: 'target1',
active: true,
config: {},
},
{
username: 'user2',
password: 'password2',
url: 'url2',
name: 'target2',
active: false,
config: {},
},
{
username: 'user3',
password: 'password3',
url: 'url3',
name: 'target3',
active: true,
config: {},
},
],
Expand Down

0 comments on commit 8d3c5e5

Please sign in to comment.