Skip to content

fix: replace hardcoded platform URLs in ConnectionVerifierTest with config() - #258

Merged
paulocastellano merged 1 commit into
mainfrom
fix/connection-verifier-test-config-urls
Aug 9, 2026
Merged

fix: replace hardcoded platform URLs in ConnectionVerifierTest with config()#258
paulocastellano merged 1 commit into
mainfrom
fix/connection-verifier-test-config-urls

Conversation

@paulocastellano

Copy link
Copy Markdown
Contributor

Summary

  • Replaces all 43 hardcoded platform-host URL literals in tests/Feature/Services/Social/ConnectionVerifierTest.php (LinkedIn, X, Bluesky, YouTube, Pinterest, Threads, Facebook, Instagram) with the corresponding config('trypost.platforms.<platform>.*') calls, per the project convention documented in CLAUDE.md.
  • No production code changes — test-only.

Closes #257

Test plan

  • vendor/bin/pint --dirty --format agent — passed
  • php artisan test --compact tests/Feature/Services/Social/ConnectionVerifierTest.php — 70 passed (106 assertions)

@paulocastellano
paulocastellano merged commit 9f4406e into main Aug 9, 2026
5 checks passed
@paulocastellano
paulocastellano deleted the fix/connection-verifier-test-config-urls branch August 9, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace hardcoded platform URLs in ConnectionVerifierTest.php with config()

1 participant