Skip to content

Commit

Permalink
Tests: Fix typo in registry variable comment (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
euanh authored Oct 22, 2024
1 parent 6537515 commit e9f2f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ContainerRegistryTests/SmokeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import XCTest
class SmokeTests: XCTestCase {
// These are basic tests to exercise the main registry operations.
// The tests assume that a fresh, empty registry instance is available at
// http://$REGISTRY_HOST:$REGSITRY_PORT
// http://$REGISTRY_HOST:$REGISTRY_PORT

var client: RegistryClient!
let registryHost = ProcessInfo.processInfo.environment["REGISTRY_HOST"] ?? "localhost"
Expand Down

0 comments on commit e9f2f2c

Please sign in to comment.