mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fix linting error in CopyButton test
This commit is contained in:
parent
a691caf346
commit
f6bddfd336
@ -18,7 +18,7 @@ describe('<CopyButton/>', () => {
|
||||
onCopyStart={() => {}}
|
||||
onCopyFinish={() => {}}
|
||||
copyItem={() => {}}
|
||||
errorMessage={`Failed to copy template.`}
|
||||
errorMessage="Failed to copy template."
|
||||
/>
|
||||
);
|
||||
});
|
||||
@ -32,7 +32,7 @@ describe('<CopyButton/>', () => {
|
||||
onCopyStart={() => {}}
|
||||
onCopyFinish={() => {}}
|
||||
copyItem={copyItem}
|
||||
errorMessage={`Failed to copy template.`}
|
||||
errorMessage="Failed to copy template."
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user