iot-onboarding / tiedie

Tie Die Onboarding and Control Project
Other
6 stars 1 forks source link

Extend the tests to mock the FDO_OWNER_URI #70

Open rohitmohan96 opened 3 months ago

rohitmohan96 commented 3 months ago
          Can you extend the test to mock the FDO_OWNER_URI and intercept the request to verify that the request is what we expect? (We do something similar in the python sdk tests so you can take a look at that). 

I ask this because we are now sending a PEM and I would like to verify that the request is sent correctly with a test.

_Originally posted by @rohitmohan96 in https://github.com/iot-onboarding/tiedie/pull/69#discussion_r1523757310_

elear commented 3 months ago

So... there may be an issue. ciscoisesdk requires a specific version range of requests which is incompatible with the range that responses wants.