Closed imobachgs closed 2 weeks ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
rust/agama-lib/src/network/client.rs | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 11520319690: | 0.0% |
Covered Lines: | 16927 |
Relevant Lines: | 23677 |
Problem
See #1701. The CLI uses a PUT instead of a POST when applying the network configuration.
Solution
Use the correct HTTP verb when applying the network configuration.
Testing