mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
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