Actions
Bug #12597
closedSmart Proxy DNS tests have an extra method definition that is upsetting rubocop
Description
The Smart Proxy Rubocop Jenkins is failing because of this test, which has an inexplicable nested definition:
```
+ def test_delete_returns_error_if_value_is_missing
+ def test_create_returns_error_if_type_is_missing
+ delete '/'
+ assert_equal 400, last_response.status
+ end
+ end
```
Relates to #12209
Updated by Aaron Stone over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bef9bee933a01474b631f8fc88dfba5924b7b973.
Actions