Skip to content

Commit 502525a

Browse files
committed
fix test t/server/controller/author.t
1 parent f7fd585 commit 502525a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

t/server/controller/author.t

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,11 @@ test_psgi app, sub {
9090
should => [
9191
{
9292
term => {
93-
'release.status' => 'latest'
93+
'status' => 'latest'
9494
}
9595
},
9696
{
97-
term =>
98-
{ 'author.pauseid' => 'DOY' }
97+
term => { 'pauseid' => 'DOY' }
9998
}
10099
]
101100
}

0 commit comments

Comments
 (0)