]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/doc.service.spec.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / services / doc.service.spec.ts
index 7c3bf24dd5d96b5874635e495eacce2fa5ed6b15..c7360de035c47644e1f5e50824432c2357f48b96 100644 (file)
@@ -26,8 +26,8 @@ describe('DocService', () => {
     );
   });
 
-  it('should return latest version URL for master', () => {
-    expect(service.urlGenerator('orch', 'master')).toBe(
+  it('should return latest version URL for main', () => {
+    expect(service.urlGenerator('orch', 'main')).toBe(
       'https://docs.ceph.com/en/latest/mgr/orchestrator'
     );
   });