Skip to content

Commit

Permalink
don't use the admin module to access hub discovery page
Browse files Browse the repository at this point in the history
fixes error shown in test log output:
Caused by: Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("SimpleSAML\XHTML\Template::getEntityDisplayName(): Argument #1 ($data) must be of type array, null given, called in /data/vendor/twig/twig/src/Environment.php(392) : eval()'d code on line 82").
  • Loading branch information
briskt committed Jul 17, 2024
1 parent 46d062e commit 7f630a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions features/material.feature
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Feature: Material theme

Scenario: Hub (disco) page
When I go to the Hub's discovery page
And I log in as a hub administrator
When I go to the SP1 login page
Then I should see our material theme

Scenario: Error page
Expand Down

0 comments on commit 7f630a0

Please sign in to comment.