- Issue created by @tedbow
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Re-discovered this issue while just having worked on π Add a route for PATCHing both a config entity and its auto-saved version together Active which also touches this.
Good call!
That seems to have been a copy/paste from line 877 (on commit
715f26b07b4e6602168f0572d0ed0e72df288fb7
) onwards:// Confirm that the code component IS exposed, because `status` was just // changed to `TRUE`. // @see docs/config-management.md#3.2.1 $this->assertNotNull(Component::load('js.test')); $this->assertTrue(Component::load('js.test')->status()); $this->assertExposedCodeComponents(['js.test'], 'MISS', $request_options);
versus what you quoted, which is line 907 onwards:
// Confirm that the code component IS exposed, because `status` was just // changed to `TRUE`. // @see docs/config-management.md#3.2.1 $this->assertNotNull(Component::load('js.test')); $this->assertFalse(Component::load('js.test')->status());
- Merge request !947Resolve #3518808 "Js component http api test confusion" β (Merged) created by wim leers
-
wim leers β
committed d0fbf260 on 0.x
Issue #3518808 by wim leers, tedbow: XbConfigEntityHttpApiTest::...
-
wim leers β
committed d0fbf260 on 0.x
Automatically closed - issue fixed for 2 weeks with no activity.