* update nock The version we were using didn't allow regex pattern with allowUnmocked option. Update to latest version which includes this patch: https://github.com/node-nock/nock/pull/1068 * update codeclimate test to allow any snapshot id on second call This test was failing because the snapshot id changed for some reason. This change allows that to happen and we will still intercept the second API call.