Fix unit tests using GCS Handler Macro #212
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sets up some shared infrastructure for all of the unit tests that want to mock GCS handler requests so they can use the same macro instead of redefining it across a ton of different files.
Fixes the macro which has been breaking ever since I updated how the OBC configuration setup works.
Right now this only fixes it for the gcs_server_test unit test. Other tests should be able to run if they remove their own declaration of the macro and include the one in the common header file.
Someone else should try and apply this fix to all of the other tests that use the macro. Feel free to add onto this PR or make another one.
I can explain what is going on easier in a voice call if interested.