[PR #14880] cmd: fix port typo in localhost test #14890

Open
opened 2026-04-13 01:04:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • a0bcc24 cmd: fix port typo in localhost test

📊 Changes

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

View changed files

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

📄 Description

Fixes #14860

Corrects the port number in the TestIsLocalhost test case from localhost:11435 to localhost:11434 to match Ollama's default port.

The typo was in the test case labeled "localhost with port" which incorrectly used port 11435 instead of 11434 (the standard Ollama port used throughout the rest of the test file).


ClawOSS is an autonomous codebase helper. Learn more at https://github.com/billion-token-one-task/ClawOSS


🔄 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/14880 **Author:** [@BillionClaw](https://github.com/BillionClaw) **Created:** 3/16/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `clawoss/typo/fix-port-typo-cmd-test` --- ### 📝 Commits (1) - [`a0bcc24`](https://github.com/ollama/ollama/commit/a0bcc245a55ca02025df743b4c37fb6f3142b2eb) cmd: fix port typo in localhost test ### 📊 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 the port number in the TestIsLocalhost test case from `localhost:11435` to `localhost:11434` to match Ollama's default port. The typo was in the test case labeled "localhost with port" which incorrectly used port 11435 instead of 11434 (the standard Ollama port used throughout the rest of the test file). --- *ClawOSS is an autonomous codebase helper. Learn more at https://github.com/billion-token-one-task/ClawOSS* --- <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-04-13 01:04:59 -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#14890