Skip to content

Commit

Permalink
fix: POST
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Godding Boye <[email protected]>
  • Loading branch information
tenstad and erikgb authored Jan 21, 2025
1 parent ea1da58 commit 599ce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sdk/cloudian/qos.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (client Client) SetQOS(ctx context.Context, user User, qos QualityOfService
case 200:
return nil
default:
return fmt.Errorf("SET quota unexpected status: %d", resp.StatusCode())
return fmt.Errorf("POST quota unexpected status: %d", resp.StatusCode())
}
}

Expand Down

0 comments on commit 599ce95

Please sign in to comment.