see https://www.drupal.org/project/drupal/issues/2677990 a new key was added and the test needs to be updated
$this->assertIdentical(array_keys($conf_form), array('description'));

| Comment | File | Size | Author |
|---|---|---|---|
| #7 | entity-embed-update-test-2993391-7.patch | 780 bytes | oknate |
Comments
Comment #2
oknateComment #3
oknateComment #4
oknateComment #5
oknateHmm, that didn't work:
Now it's just description.
Comment #6
oknateLooking more closely, it's looking at a form and just needs to verify that the description key is there in the form.
Comment #7
oknateComment #8
oknateOK, the last patch (#7) fixes this one assertion.
Comment #9
wim leersLGTM! Thanks! 🙏
Comment #10
wim leersThis should land first, and ASAP.
Comment #13
wim leers@phenaproxima went ahead and committed this! 🎉
Thanks!
Comment #14
oknateAwesome, thanks!