Fix ethereum links url in globalsettings test

merge-requests/341/head
Thomas Lynch 9 months ago
parent 0a8bc092ff
commit 85a814a166
  1. 1
      test/setup.js

@ -268,6 +268,7 @@ module.exports = () => describe('login and create test board', () => {
board_defaults_allowed_file_types_image: 'true',
board_defaults_allowed_file_types_animated_image: 'true',
board_defaults_allowed_file_types_audio: 'true',
ethereum_links: 'https://example.com/%s',
});
const response = await fetch('http://localhost/forms/global/settings', {
headers: {

Loading…
Cancel
Save