Update unit test
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user