Commit Graph

6 Commits

Author SHA1 Message Date
Markus Pilman 3cbba4bea4
Don't test requests that don't initialize properly (#6880)
* Don't test requests that don't initialize properly

Some request objects don't initialize their members
properly when being constructed using the default
constructor. This makes valgrind unhappy. Don't test
these endpoints for now.

* fixed code formatting
2022-04-18 10:44:56 -07:00
Markus Pilman 099385928c Address review comments 2022-04-11 09:17:10 -06:00
Markus Pilman cf0757bbca fix minor test bug
request_maybe_delivered is a legitimate error and seeing this is not a bug
2022-04-08 11:06:18 -06:00
Markus Pilman e2d7d4075d multiple bug fixes 2022-04-07 11:08:07 -06:00
Markus Pilman b595d4462f Throw error on unauthorized access 2022-03-29 14:58:43 -06:00
Markus Pilman bed799220a Addressed review comments, added test 2022-03-15 16:57:26 +01:00