Skip to content

Commit

Permalink
Add databasesList slice to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Nov 7, 2023
1 parent 22fc3b6 commit 45f6ba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/js/components/ClustersList.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ describe('ClustersList component', () => {
applicationInstances: [],
databaseInstances: [],
},
databasesList: {
databaseInstances: [],
}
};

const scenarios = [
Expand Down

0 comments on commit 45f6ba4

Please sign in to comment.