From 641a11668991326a4626db2dc5b7e11b34875648 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Sun, 18 Feb 2024 15:28:51 +0100 Subject: [PATCH] test: update snapshot with nvfetcher blocktype --- tests/_snapshots/bt-blocktypes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/_snapshots/bt-blocktypes b/tests/_snapshots/bt-blocktypes index 220f775e..627e4465 100644 --- a/tests/_snapshots/bt-blocktypes +++ b/tests/_snapshots/bt-blocktypes @@ -310,6 +310,17 @@ name = "nomad"; type = "nomadJobManifests"; }; + nvfetcher = { + actions = [ + { + command = ; + description = "update source"; + name = "fetch"; + } + ]; + name = "nvfetcher"; + type = "nvfetcher"; + }; pkgs = { cli = false; name = "pkgs";