[PR #14890] fix(cmd): correct port typo in TestIsLocalhost #77193

Open
opened 2026-05-05 09:52:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14890
Author: @BillionClaw
Created: 3/17/2026
Status: 🔄 Open

Base: mainHead: clawoss/fix/port-typo-cmd-test


📝 Commits (1)

  • 9624c08 fix(cmd): correct port typo in TestIsLocalhost

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 cmd/cmd_test.go (+1 -1)

📄 Description

Fixes #14860

Corrects a typo in the TestIsLocalhost test case where the port was incorrectly specified as 11435 instead of 11434 (Ollama's default port).

This change aligns the test with all other test cases in the same function which consistently use port 11434.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14890 **Author:** [@BillionClaw](https://github.com/BillionClaw) **Created:** 3/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `clawoss/fix/port-typo-cmd-test` --- ### 📝 Commits (1) - [`9624c08`](https://github.com/ollama/ollama/commit/9624c083be8bd49106b3b5384f809d608eafb20a) fix(cmd): correct port typo in TestIsLocalhost ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd_test.go` (+1 -1) </details> ### 📄 Description Fixes #14860 Corrects a typo in the `TestIsLocalhost` test case where the port was incorrectly specified as `11435` instead of `11434` (Ollama's default port). This change aligns the test with all other test cases in the same function which consistently use port `11434`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 09:52:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#77193