Skip to content

Commit 305e6d3

Browse files
committed
test: update test URL to use version-fox.github.io
The URL in the test was updated to point to a valid JSON endpoint hosted on version-fox.github.io. This ensures the test remains functional and relevant to the current implementation.
1 parent 095f430 commit 305e6d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/plugin/luai/module/http/http_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
lua "github.com/yuin/gopher-lua"
2828
)
2929

30-
const jsonUrl = `https://httpbingo.org/ip`
30+
const jsonUrl = `https://version-fox.github.io/vfox-plugins/index.json`
3131

3232
func TestWithConfig(t *testing.T) {
3333
if runtime.GOOS == "windows" {

0 commit comments

Comments
 (0)