We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09482fb commit 8c996fcCopy full SHA for 8c996fc
tests/Controller/AuditLogControllerTest.php
@@ -33,7 +33,7 @@ public function testViewAuditLogs(array $filters, array $expected): void
33
$this->store($auditRecord1, $auditRecord);
34
35
$this->client->loginUser($user);
36
- $crawler = $this->client->request('GET', '/audit-log?' . http_build_query($filters));
+ $crawler = $this->client->request('GET', '/transparency-log?' . http_build_query($filters));
37
static::assertResponseIsSuccessful();
38
39
$rows = $crawler->filter('[data-test=audit-log-type]');
0 commit comments