Skip to content

Commit 8c996fc

Browse files
committed
Fix test
1 parent 09482fb commit 8c996fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controller/AuditLogControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testViewAuditLogs(array $filters, array $expected): void
3333
$this->store($auditRecord1, $auditRecord);
3434

3535
$this->client->loginUser($user);
36-
$crawler = $this->client->request('GET', '/audit-log?' . http_build_query($filters));
36+
$crawler = $this->client->request('GET', '/transparency-log?' . http_build_query($filters));
3737
static::assertResponseIsSuccessful();
3838

3939
$rows = $crawler->filter('[data-test=audit-log-type]');

0 commit comments

Comments
 (0)