describe('#getSamSearchPath', function() {
    it('should product V1 path correctly', function() {
      var formattedPath = Samwise.Api.getSamSearchPath(API_KEY, GOOD_QTERMS);
      expect(formattedPath).to.equal('/sam/v3/registrations?qterms=GSA&api_key=DEMO_KEY');
    });