Merge pull request #693 from chuanchang/fix_typo

systemtest/040-local-registry-auth.bats: fix a typo
This commit is contained in:
Miloslav Trmač
2019-07-29 17:55:05 +02:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ function setup() {
testuser=testuser
testpassword=$(random_string 15)
start_registry --testuser=testuser --testpassword=$testpassword reg
start_registry --testuser=$testuser --testpassword=$testpassword reg
}
@test "auth: credentials on command line" {