1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

function TestCreateSuccess uses a wrong variable LogGroupName

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
Upstream-commit: 320c93824b7c4dca3086258264ab142fe4530165
Component: engine
This commit is contained in:
lixiaobing10051267
2016-11-16 16:48:36 +08:00
parent d6be8a084e
commit 166b57151d

View File

@@ -99,7 +99,7 @@ func TestCreateSuccess(t *testing.T) {
t.Errorf("Expected LogGroupName to be %s", groupName)
}
if argument.LogStreamName == nil {
t.Fatal("Expected non-nil LogGroupName")
t.Fatal("Expected non-nil LogStreamName")
}
if *argument.LogStreamName != streamName {
t.Errorf("Expected LogStreamName to be %s", streamName)