Skip to content

Commit

Permalink
fix JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Dec 14, 2020
1 parent b84af3e commit b8a9a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const mockUser = {
};

fetchMock.get(databasesInfoEndpoint, {
permissions: ['can_delete'],
permissions: ['can_write'],
});
fetchMock.get(databasesEndpoint, {
result: mockdatabases,
Expand Down

0 comments on commit b8a9a2a

Please sign in to comment.