Update unit test

This commit is contained in:
Rita Zhang
2017-12-22 00:12:00 -08:00
parent 8b59becf35
commit 9354966e34

View File

@@ -163,7 +163,7 @@ func TestCreateContainerGroup(t *testing.T) {
} }
func TestGetContainerGroup(t *testing.T) { func TestGetContainerGroup(t *testing.T) {
cg, err := client.GetContainerGroup(resourceGroup, containerGroup) cg, err, _ := client.GetContainerGroup(resourceGroup, containerGroup)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }