Skip to content

Commit

Permalink
GetDKAN#4134: View DKAN Metastore (Datasets) should only list nodes o…
Browse files Browse the repository at this point in the history
…f type Data - fix Drupal 10.0.x test
  • Loading branch information
stefan-korn committed Feb 23, 2024
1 parent 88d521c commit ad62d0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ class AdminDatasetFileUploadTest extends BrowserTestBase {

protected $defaultTheme = 'stark';

/**
* @todo Remove this when we drop support for Drupal 10.0.
*/
protected $strictConfigSchema = FALSE;

/**
* Process queues in a predictable order.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ class AdminDatasetJsonFormTest extends BrowserTestBase {

protected $defaultTheme = 'stark';

/**
* @todo Remove this when we drop support for Drupal 10.0.
*/
protected $strictConfigSchema = FALSE;

public function testAdminDatasetJsonForm() {
/** @var \Drupal\metastore\MetastoreService $metastore_service */
$metastore_service = $this->container->get('dkan.metastore.service');
Expand Down

0 comments on commit ad62d0c

Please sign in to comment.