@@ -23,7 +23,6 @@ func TestCreateSuccessful(t *testing.T) {
2323 th .TestJSONRequest (t , r , `{
2424 "endpoint": {
2525 "interface": "public",
26- "name": "the-endiest-of-points",
2726 "region": "underground",
2827 "url": "https://1.2.3.4:9000/",
2928 "service_id": "asdfasdfasdfasdf",
@@ -41,7 +40,6 @@ func TestCreateSuccessful(t *testing.T) {
4140 "links": {
4241 "self": "https://localhost:5000/v3/endpoints/12"
4342 },
44- "name": "the-endiest-of-points",
4543 "region": "underground",
4644 "service_id": "asdfasdfasdfasdf",
4745 "url": "https://1.2.3.4:9000/",
@@ -53,7 +51,6 @@ func TestCreateSuccessful(t *testing.T) {
5351 enabled := false
5452 actual , err := endpoints .Create (context .TODO (), client .ServiceClient (fakeServer ), endpoints.CreateOpts {
5553 Availability : gophercloud .AvailabilityPublic ,
56- Name : "the-endiest-of-points" ,
5754 Region : "underground" ,
5855 URL : "https://1.2.3.4:9000/" ,
5956 ServiceID : "asdfasdfasdfasdf" ,
@@ -65,7 +62,6 @@ func TestCreateSuccessful(t *testing.T) {
6562 expected := & endpoints.Endpoint {
6663 ID : "12" ,
6764 Availability : gophercloud .AvailabilityPublic ,
68- Name : "the-endiest-of-points" ,
6965 Enabled : false ,
7066 Region : "underground" ,
7167 ServiceID : "asdfasdfasdfasdf" ,
0 commit comments