mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Merge pull request #10163 from nixocio/ui_remove_dupe
Remove duplicated API calls unit-test Remove duplicated API calls unit-test Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
This commit is contained in:
@@ -68,12 +68,6 @@ describe('<ExecutionEnvironmentAdd/>', () => {
|
||||
let history;
|
||||
|
||||
beforeEach(async () => {
|
||||
ExecutionEnvironmentsAPI.readOptions.mockResolvedValue(mockOptions);
|
||||
ExecutionEnvironmentsAPI.create.mockResolvedValue({
|
||||
data: {
|
||||
id: 42,
|
||||
},
|
||||
});
|
||||
CredentialTypesAPI.read.mockResolvedValue(
|
||||
containerRegistryCredentialResolve
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user