mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 14:25:05 -02:30
Fix linting error in CopyButton test
This commit is contained in:
@@ -18,7 +18,7 @@ describe('<CopyButton/>', () => {
|
|||||||
onCopyStart={() => {}}
|
onCopyStart={() => {}}
|
||||||
onCopyFinish={() => {}}
|
onCopyFinish={() => {}}
|
||||||
copyItem={() => {}}
|
copyItem={() => {}}
|
||||||
errorMessage={`Failed to copy template.`}
|
errorMessage="Failed to copy template."
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
@@ -32,7 +32,7 @@ describe('<CopyButton/>', () => {
|
|||||||
onCopyStart={() => {}}
|
onCopyStart={() => {}}
|
||||||
onCopyFinish={() => {}}
|
onCopyFinish={() => {}}
|
||||||
copyItem={copyItem}
|
copyItem={copyItem}
|
||||||
errorMessage={`Failed to copy template.`}
|
errorMessage="Failed to copy template."
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user