systemtest/040-local-registry-auth.bats: fix a typo

Signed-off-by: Alex Jia <chuanchang.jia@gmail.com>
This commit is contained in:
Alex Jia 2019-07-28 17:01:02 +08:00
parent b58088a397
commit 70ec2ca2e3

View File

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