mirror of
https://github.com/ollama/ollama.git
synced 2026-05-13 14:27:00 +00:00
Merge 9624c083be into 6bdb73073b
This commit is contained in:
commit
aa7da39d13
1 changed files with 1 additions and 1 deletions
|
|
@ -2333,7 +2333,7 @@ func TestIsLocalhost(t *testing.T) {
|
|||
}{
|
||||
{"default empty", "", true},
|
||||
{"localhost no port", "localhost", true},
|
||||
{"localhost with port", "localhost:11435", true},
|
||||
{"localhost with port", "localhost:11434", true},
|
||||
{"127.0.0.1 no port", "127.0.0.1", true},
|
||||
{"127.0.0.1 with port", "127.0.0.1:11434", true},
|
||||
{"0.0.0.0 no port", "0.0.0.0", true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue