describe('#getSamDataPath', function() {
    it('should product v4 path correctly', function() {
      var formattedPath = Samwise.Api.getSamDataPath(API_KEY, GOOD_DUNS);
      expect(formattedPath).to.equal('/sam/v8/registrations/1304770320000?api_key=DEMO_KEY');
    });