Skip to content

Commit

Permalink
Merge 7f5e24b into 42f093c
Browse files Browse the repository at this point in the history
  • Loading branch information
ozerovandrei committed Sep 25, 2018
2 parents 42f093c + 7f5e24b commit 6ffa742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selvpcclient/resell/v2/projects/testing/requests_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func TestListProjectsSingle(t *testing.T) {
}
}

func TestListSubnetsHTTPError(t *testing.T) {
func TestListProjectsHTTPError(t *testing.T) {
endpointCalled := false

testEnv := testutils.SetupTestEnv()
Expand Down Expand Up @@ -209,7 +209,7 @@ func TestListSubnetsHTTPError(t *testing.T) {
}
}

func TestListSubnetsTimeoutError(t *testing.T) {
func TestListProjectsTimeoutError(t *testing.T) {
testEnv := testutils.SetupTestEnv()
testEnv.Server.Close()
defer testEnv.TearDownTestEnv()
Expand All @@ -226,7 +226,7 @@ func TestListSubnetsTimeoutError(t *testing.T) {
}
}

func TestListSubnetsUnmarshalError(t *testing.T) {
func TestListProjectsUnmarshalError(t *testing.T) {
endpointCalled := false

testEnv := testutils.SetupTestEnv()
Expand Down

0 comments on commit 6ffa742

Please sign in to comment.