12684: Check for no log case in controller integration tests
authorBrett Smith <brett.smith@curii.com>
Fri, 5 May 2023 13:49:04 +0000 (09:49 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 5 May 2023 14:02:37 +0000 (10:02 -0400)
commita05f7e08eb427af28c7ac5f37ddc0bb9b8db9f33
treea09e6797e38cf947776e296323f715a441d94a9f
parentf7a0cd455c4da30cb5b65923c39651fc91d991b6
12684: Check for no log case in controller integration tests

Without this guard, tests fail with a message "API endpoint not found,"
which sounds scary and makes you think you broke all of Arvados until
you see the test code is just looking up a collection with an empty
UUID.

And by "you," I mean me.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
lib/controller/integration_test.go