20183: Fix test fixture.
authorTom Clegg <tom@curii.com>
Mon, 6 Mar 2023 04:18:02 +0000 (23:18 -0500)
committerTom Clegg <tom@curii.com>
Mon, 6 Mar 2023 04:18:02 +0000 (23:18 -0500)
lsf test was relying on Rails to automatically reset "lockedcontainer"
fixture priority to 0.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

services/api/test/fixtures/containers.yml

index 73b17280bb28db534c7802b90b3df5061bd5b14a..703d2aafbe5edeeda830cd36cf250ee13e831477 100644 (file)
@@ -81,7 +81,7 @@ locked:
   owner_uuid: zzzzz-tpzed-000000000000000
   state: Locked
   locked_by_uuid: zzzzz-gj3su-k9dvestay1plssr
-  priority: 2
+  priority: 0
   created_at: <%= 2.minute.ago.to_s(:db) %>
   updated_at: <%= 2.minute.ago.to_s(:db) %>
   modified_at: <%= 2.minute.ago.to_s(:db) %>