You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: integration_tests/integration_tests.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,10 @@ To set up for the integration tests you should check a few things first:
33
33
34
34
### Gotchas
35
35
36
-
Make sure you are able to assume digideps dev role with your credentials or tests will not work.
37
-
You may need to update some Sirius data. This is temporary, we're going to get them to create some stable
36
+
* Make sure you are able to assume digideps dev role with your credentials or tests will not work.
37
+
38
+
* You may need to update some Sirius data. This is temporary, we're going to get them to create some stable
38
39
test data for us, but for now, you need to log into Cloud9 and run:
39
40
`UPDATE cases SET onlinelpaid = 'A33718377316' WHERE uid = 700000000013;`
41
+
42
+
* If that doesn't work, check there are some cases to update using `SELECT uid as case_number, onlinelpaid, casetype, casesubtype, donor_id FROM cases WHERE casetype = 'LPA';`
0 commit comments