agama-project / agama

A service-based Linux installer
https://agama-project.github.io/
GNU General Public License v2.0
144 stars 43 forks source link

Fix network method #1702

Closed imobachgs closed 2 weeks ago

imobachgs commented 2 weeks ago

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

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11551043361

Warning: This coverage report may be inaccurate.

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.

Details


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 Coverage Status
Change from base Build 11520319690: 0.0%
Covered Lines: 16927
Relevant Lines: 23677

💛 - Coveralls