mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #468] [MERGED] fix: test pool were failing, mainly due to typos #494
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#494
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/468
Author: @NemoDacremont
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @Tinyblargon
Base:
master← Head:fix/test-pool📝 Commits (2)
2435024fix(test): replace typo, tried to Create instead of Delete in Delete test34fb471fix(test): move Test_Pools_List in pool_create_destroy_test so it is executed before deleting the test pool📊 Changes
2 files changed (+9 additions, -19 deletions)
View changed files
📝
test/api/Pool/pool_create_destroy_test.go(+9 -1)➖
test/api/Pool/pool_list_test.go(+0 -18)📄 Description
Fix typos making tests to fail, changes includes :
.Createto.Deletein delete testcreate_destroyfile, since it couldn't pass as it was executed after the Deletefixes #469
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.