]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/config.t
config: use description file for gitweb
[public-inbox.git] / t / config.t
index 50bc8d6d3eefb729417750a5721a9ddb1380a496..d4700fc9b009e73e874ab8024acd6a1b828b9231 100644 (file)
@@ -29,7 +29,6 @@ my $tmpdir = tempdir(CLEANUP => 1);
                'mainrepo' => '/home/pi/meta-main.git',
                'address' => 'meta@public-inbox.org',
                -primary_address => 'meta@public-inbox.org',
-               'description' => 'development discussion',
                'listname' => 'meta',
        }, "lookup matches expected output");
 
@@ -43,7 +42,6 @@ my $tmpdir = tempdir(CLEANUP => 1);
                              'test@public-inbox.org'],
                -primary_address => 'try@public-inbox.org',
                'mainrepo' => '/home/pi/test-main.git',
-               'description' => 'test/sandbox area, occasionally reset',
                'listname' => 'test',
        }, "lookup matches expected output for test");
 }