maxisoft / ASFFreeGames

Collect free steam games while asf is running
GNU Affero General Public License v3.0
121 stars 2 forks source link

Fix integration tests that fail due to outdated steam credentials #45

Open maxisoft opened 7 months ago

maxisoft commented 7 months ago

The integration tests for this project are not running anymore because the steam credentials used for testing are outdated. This causes the tests to fail with an authentication error. This is a serious issue because it prevents the detection of potential bugs or regressions in the code, such as the one reported in #43.

To fix this issue, I suggest the following steps: