We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6537515 commit e9f2f2cCopy full SHA for e9f2f2c
Tests/ContainerRegistryTests/SmokeTests.swift
@@ -19,7 +19,7 @@ import XCTest
19
class SmokeTests: XCTestCase {
20
// These are basic tests to exercise the main registry operations.
21
// The tests assume that a fresh, empty registry instance is available at
22
- // http://$REGISTRY_HOST:$REGSITRY_PORT
+ // http://$REGISTRY_HOST:$REGISTRY_PORT
23
24
var client: RegistryClient!
25
let registryHost = ProcessInfo.processInfo.environment["REGISTRY_HOST"] ?? "localhost"
0 commit comments