-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(#75): Test changes to fix GitHub Actions bugs
Tests run by GitHub Actions were not correctly accessing the value of the user password environment variable. A user has been added in the initial.json file for tests that require login. Remove an environment variable from the Github Actions file as it will no longer be used.
- Loading branch information
Showing
3 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,6 +113,25 @@ | |
"user_permissions": [] | ||
} | ||
}, | ||
{ | ||
"model": "participant.participant", | ||
"pk": 7, | ||
"fields": { | ||
"password": "pbkdf2_sha256$390000$K7C37FYo1xl58LFBYZvX3x$0RUW6QalTkM5uE7xHlhSFegJUJv6t9t+sA9BsVWxoyw=", | ||
"last_login": null, | ||
"is_superuser": false, | ||
"username": "userTest", | ||
"is_staff": false, | ||
"is_active": true, | ||
"date_joined": "2022-12-08T20:28:49.431Z", | ||
"first_name": "User", | ||
"last_name": "Test", | ||
"email": "[email protected]", | ||
"photo": "http://cdn.onlinewebfonts.com/svg/img_569204.png", | ||
"groups": [], | ||
"user_permissions": [] | ||
} | ||
}, | ||
{ | ||
"model": "event.event", | ||
"pk": 1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters