mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Fix linting error in CopyButton test
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user