When running tests, I get the following error:

Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for adobe_analytics.settings with the following errors: adobe_analytics.settings:token_cache_lifetime missing schema, adobe_analytics.settings:extra_variables missing schema, adobe_analytics.settings:track_roles missing schema

The schema should be completed for those three config items.

Comments

badjava created an issue. See original summary.

kmoll’s picture

StatusFileSize
new837 bytes

I have updated the schema. I believe the correct type for an array would be a schema? I ran tests with this patch and didn't get any errors.

kmoll’s picture

Status: Active » Needs review
kmoll’s picture

StatusFileSize
new841 bytes
new467 bytes

changed int to integer

badjava’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, tests work now.

  • kmoll committed 6e2d848 on 8.x-1.x
    Issue #2847471 by kmoll, badjava: Incomplete schema causes test failure
    
kmoll’s picture

committed, thanks!

kmoll’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.