NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

E2E Tests: Provide Auth Header when Uploading Model JAR #1493

Closed Mythicaeda closed 4 months ago

Mythicaeda commented 4 months ago

Description

The Gateway has been updated to (correctly) validate that the user has an active, valid session when hitting restricted endpoints. As a consequence, the E2E tests now provide an Authorization header when uploading mission model JARs.

Verification

Ran e2eTests and did not get an "Unauthorized" error, which is the current behavior on develop