mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-03 14:41:49 -05:00
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