Commit 92af830
committed
Fix test_open_project_more_than_limitation_of_max_studies_open_per_user by adding websocket connections
- Add _connect_websocket calls before _open_project calls
- Convert status codes to HTTPStatus enum values for type compatibility
- Follows the same pattern as other successful tests in the file1 parent 8ba5ce7 commit 92af830
File tree
1 file changed
+19
-2
lines changed- services/web/server/tests/unit/with_dbs/02
1 file changed
+19
-2
lines changedLines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
| 851 | + | |
851 | 852 | | |
852 | 853 | | |
853 | 854 | | |
| |||
857 | 858 | | |
858 | 859 | | |
859 | 860 | | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
860 | 867 | | |
861 | 868 | | |
862 | 869 | | |
863 | 870 | | |
864 | | - | |
| 871 | + | |
865 | 872 | | |
866 | 873 | | |
867 | 874 | | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
868 | 881 | | |
869 | 882 | | |
870 | 883 | | |
871 | 884 | | |
872 | | - | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
873 | 890 | | |
874 | 891 | | |
875 | 892 | | |
| |||
0 commit comments