fixed pvc test name

This commit is contained in:
bom 2022-03-18 12:41:00 +01:00
parent 48918d8d8c
commit a470dbc5fc

View file

@ -66,7 +66,7 @@
:hostPath {:path "xx"}}}
(cut/generate-persistent-volume {:nextcloud-data-volume-path "xx"}))))
(deftest should-generate-persistent-volume-claim
(deftest should-generate-pvc
(is (= {:apiVersion "v1"
:kind "PersistentVolumeClaim"
:metadata {:name "cloud-pvc"