1 parent 375d3d5 commit 0b7dc0eCopy full SHA for 0b7dc0e
1 file changed
lmfdb/tests/test_random_redirects.py
@@ -24,8 +24,10 @@ class RandomRedirectTest(LmfdbTest):
24
'/GaloisGroup/random': 'Galois group',
25
'/Genus2Curve/Q/random/': 'Genus 2',
26
'/Groups/Abstract/random': 'Abstract',
27
- '/Groups/GLnC/random': 'representation',
28
- '/Groups/GLnQ/random': 'representation',
+ # the lowercase word only appeared in the main-branch sidebar, which
+ # the alpha homepage replaces; the pages themselves say Representation
29
+ '/Groups/GLnC/random': 'Representation',
30
+ '/Groups/GLnQ/random': 'Representation',
31
'/HigherGenus/C/Aut/random': 'genus',
32
'/ModularForm/GL2/TotallyReal/random': 'Hilbert',
33
'/random': 'LMFDB', # homepage random redirects to various objects
0 commit comments