(feature, environment, change_request, feature_state)
| 652 | |
| 653 | @pytest.fixture() |
| 654 | def change_request_feature_state(feature, environment, change_request, feature_state): # type: ignore[no-untyped-def] |
| 655 | feature_state.change_request = change_request |
| 656 | feature_state.save() |
| 657 | return feature_state |
| 658 | |
| 659 | |
| 660 | @pytest.fixture() |
nothing calls this directly
no test coverage detected
searching dependent graphs…