1. 20 Feb, 2023 1 commit
    • Dan Jones's avatar
      feat: add retry method to refresh token on 403 · b66f89a7
      Dan Jones authored
      At the moment if the backbone token secret changes
      the adapter can have a token it thinks is valid but
      which can no longer be decrypted by the backbone.
      
      On a 403 error this will trigger a new token grant
      and resend the request with the new token.
      b66f89a7
  2. 19 Jan, 2023 1 commit
  3. 17 Jan, 2023 1 commit
    • Dan Jones's avatar
      test: add poll and publish tests · b3e0ef86
      Dan Jones authored
      + refactor cucumber step functions into test folder
      + rename features after tested adapter methods
      + refactor adapter.validate to call adapter.protocol.validate
      b3e0ef86
  4. 16 Jan, 2023 1 commit
    • Dan Jones's avatar
      test: test validate method · 1ff6f48a
      Dan Jones authored
      Add test to check that the mock schema is valid
      If the mock schema is not valid then invalid messages
      can be marked as valid which makes the tests ineffective
      1ff6f48a
  5. 13 Jan, 2023 2 commits
  6. 12 Jan, 2023 6 commits
  7. 11 Jan, 2023 2 commits