Merge pull request #28471 from lixiaobing10051267/masterLogGroupName

function TestCreateSuccess uses a wrong variable LogGroupName
This commit is contained in:
Vincent Demeester 2016-11-16 12:06:15 +01:00 committed by GitHub
commit d60cb82ca5

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)