Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG FIX: Correct Access Token Call #74

Merged
merged 2 commits into from
Jul 5, 2023
Merged

Conversation

dbarkowsky
Copy link
Collaborator

Description

This PR includes the following proposed change(s):

  • Was using the wrong value for the access token during file retrieval. Got 401 response. Now fixed.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring / Documentation
  • Version change
  • Dependencies added/removed

Aspect(s) of Project Affected

  • Frontend
  • API
  • Database
  • Workflows
  • Documentation

Best Practices Checklist

  • I have performed a self-review of my own code
  • My code follows the Airbnb React Style Guidelines
  • Documentation has been updated to reflect my changes
  • New and existing tests pass locally with my changes

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.
Remembered to turn Keycloak back on before testing this time.

@codeclimate
Copy link

codeclimate bot commented Jul 5, 2023

Code Climate has analyzed commit 9731cb3 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (90% is the threshold).

This pull request will bring the total coverage in the repository to 100.0%.

View more on Code Climate.

@dbarkowsky dbarkowsky merged commit 55b58a9 into main Jul 5, 2023
5 checks passed
@dbarkowsky dbarkowsky deleted the File-Retrieval-Bug-Fix branch July 5, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants