mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Remove duplicated API calls unit-test
Remove duplicated API calls unit-test
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