mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 09:33:51 +00:00
Fix react-hooks/exhaustive-deps in ImportServersBtn
This commit is contained in:
@@ -39,7 +39,7 @@ describe('<DuplicatedServersModal />', () => {
|
||||
header: 'Duplicated servers',
|
||||
firstParagraph: 'The next servers already exist:',
|
||||
lastParagraph: 'Do you want to ignore duplicated servers?',
|
||||
discardBtn: 'Ignore duplicated',
|
||||
discardBtn: 'Ignore duplicates',
|
||||
},
|
||||
],
|
||||
])('renders expected texts based on amount of servers', (duplicatedServers, assertions) => {
|
||||
|
||||
Reference in New Issue
Block a user