mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
Merge pull request #25865 from Devp00l/wip-issue-37841
mgr/dashboard: RbdMirroringService test suite fails in dev mode Reviewed-by: Alfonso Martínez <almartin@redhat.com> Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
commit
d4a16f4de6
@ -19,10 +19,13 @@ describe('RbdMirroringService', () => {
|
||||
}
|
||||
};
|
||||
|
||||
configureTestBed({
|
||||
providers: [RbdMirroringService],
|
||||
imports: [HttpClientTestingModule]
|
||||
});
|
||||
configureTestBed(
|
||||
{
|
||||
providers: [RbdMirroringService],
|
||||
imports: [HttpClientTestingModule]
|
||||
},
|
||||
true
|
||||
);
|
||||
|
||||
beforeEach(() => {
|
||||
service = TestBed.get(RbdMirroringService);
|
||||
|
Loading…
Reference in New Issue
Block a user