@@ -60,6 +60,7 @@ Feature: Create-Retrieve-Update-Delete
6060 Then the response status code should be 200
6161 And the response should be in JSON
6262 And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
63+ And the header "Content-Location" should not exist
6364 And the JSON should be equal to:
6465 """
6566 {
@@ -100,13 +101,14 @@ Feature: Create-Retrieve-Update-Delete
100101 Scenario : Get a not found exception
101102 When I send a "GET" request to "/dummies/42"
102103 Then the response status code should be 404
104+ And the header "Content-Location" should not exist
103105
104106 Scenario : Get a collection
105107 When I send a "GET" request to "/dummies"
106108 Then the response status code should be 200
107109 And the response should be in JSON
108110 And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
109- And the header "Content-Location" should be equal to "/dummies.jsonld"
111+ And the header "Content-Location" should not exist
110112 And the JSON should be equal to:
111113 """
112114 {
@@ -616,6 +618,7 @@ Feature: Create-Retrieve-Update-Delete
616618 Then the response status code should be 200
617619 And the response should be in JSON
618620 And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
621+ And the header "Content-Location" should not exist
619622 And the JSON should be equal to:
620623 """
621624 {
@@ -640,6 +643,7 @@ Feature: Create-Retrieve-Update-Delete
640643 Then the response status code should be 200
641644 And the response should be in JSON
642645 And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
646+ And the header "Content-Location" should not exist
643647 And the JSON should be equal to:
644648 """
645649 {
@@ -657,6 +661,7 @@ Feature: Create-Retrieve-Update-Delete
657661 Then the response status code should be 200
658662 And the response should be in JSON
659663 And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
664+ And the header "Content-Location" should not exist
660665 And the JSON should be equal to:
661666 """
662667 {
@@ -676,6 +681,7 @@ Feature: Create-Retrieve-Update-Delete
676681 Then the response status code should be 200
677682 And the response should be in JSON
678683 And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
684+ And the header "Content-Location" should not exist
679685 And the JSON should be equal to:
680686 """
681687 {
@@ -718,6 +724,7 @@ Feature: Create-Retrieve-Update-Delete
718724 Then the response status code should be 200
719725 And the response should be in JSON
720726 And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
727+ And the header "Content-Location" should not exist
721728 And the JSON should be equal to:
722729 """
723730 {
@@ -737,6 +744,7 @@ Feature: Create-Retrieve-Update-Delete
737744 Then the response status code should be 200
738745 And the response should be in JSON
739746 And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
747+ And the header "Content-Location" should not exist
740748 And the JSON should be equal to:
741749 """
742750 {
0 commit comments