Skip to content

Commit 8d2439d

Browse files
committed
Add missing options=update
1 parent 891e514 commit 8d2439d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ngsi-ld/ngsiService/active-devices-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe('NGSI-LD - Linked Data Active attributes test', function () {
174174
contextBrokerMock = nock('http://192.168.1.1:1026')
175175
.matchHeader('fiware-service', 'smartGondor')
176176
.post(
177-
'/ngsi-ld/v1/entityOperations/upsert/',
177+
'/ngsi-ld/v1/entityOperations/upsert/?options=update',
178178
utils.readExampleFile(
179179
'./test/unit/ngsi-ld/examples/contextRequests/updateContextStaticLinkedAttributes.json'
180180
)

0 commit comments

Comments
 (0)