mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #985] test(settings): take into account the OS specific file separator #931
Reference in New Issue
Block a user
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/qdm12/ddns-updater/pull/985
Author: @jccint
Created: 4/26/2025
Status: 🔄 Open
Base:
master← Head:test-fix📝 Commits (1)
2f31c15test(settings): take into account the OS specific file separator📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
internal/config/settings_test.go(+3 -2)📄 Description
Test currently fails on Windows environments:
By dynamically generating the expected filepath we ensure the corresponding OS file separator is used.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.