Skip to content

Commit 0b7dc0e

Browse files
roed314claude
andcommitted
Random-redirect test: GLn pages say Representation; lowercase came from main's sidebar
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 375d3d5 commit 0b7dc0e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lmfdb/tests/test_random_redirects.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ class RandomRedirectTest(LmfdbTest):
2424
'/GaloisGroup/random': 'Galois group',
2525
'/Genus2Curve/Q/random/': 'Genus 2',
2626
'/Groups/Abstract/random': 'Abstract',
27-
'/Groups/GLnC/random': 'representation',
28-
'/Groups/GLnQ/random': 'representation',
27+
# the lowercase word only appeared in the main-branch sidebar, which
28+
# the alpha homepage replaces; the pages themselves say Representation
29+
'/Groups/GLnC/random': 'Representation',
30+
'/Groups/GLnQ/random': 'Representation',
2931
'/HigherGenus/C/Aut/random': 'genus',
3032
'/ModularForm/GL2/TotallyReal/random': 'Hilbert',
3133
'/random': 'LMFDB', # homepage random redirects to various objects

0 commit comments

Comments
 (0)