Skip to content

Commit

Permalink
OXDEV-8215: Fix typo in NotAuthorizedAccessCest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Aug 8, 2024
1 parent 916fed0 commit 2b4824f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Codeception/Acceptance/NotAuthorizedAccessCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected function listQueriesDataProvider(): \Generator
yield ['queryName' => 'moduleSettings', 'field' => 'name', 'location' => 'module'];
yield ['queryName' => 'shopSettings', 'field' => 'name', 'location' => 'shop'];
yield ['queryName' => 'themesList', 'field' => 'title', 'location' => ''];
yield ['queryName' => 'modulesList', 'field' => 'title', 'location' => ''];
yield ['queryName' => 'modules', 'field' => 'title', 'location' => ''];
}

protected function moduleGettersDataProvider(): \Generator
Expand Down

0 comments on commit 2b4824f

Please sign in to comment.