Commit 6af4d9c
fix: correct integration test to use ServerID instead of VersionID
The integration test in findServerIDByName was incorrectly returning
server.Meta.Official.VersionID instead of server.Meta.Official.ServerID,
causing 404 errors when verifying published servers. This fix ensures
consistent ID usage throughout the integration test flow.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent d52462d commit 6af4d9c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments