address PR comments
This commit is contained in:
committed by
Roberto Jiménez Sánchez
parent
4386085aa9
commit
2484402f7a
@@ -707,6 +707,9 @@ func TestIntegrationProvisioning_DeleteResources(t *testing.T) {
|
||||
Do(ctx)
|
||||
require.NoError(t, result.Error())
|
||||
|
||||
// make sure we don't fail when there is a .keep file in a folder
|
||||
helper.CopyToProvisioningPath(t, "testdata/.keep", "folder/nested/.keep")
|
||||
|
||||
dashboards, err := helper.DashboardsV1.Resource.List(ctx, metav1.ListOptions{})
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, 3, len(dashboards.Items))
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
# This file ensures the folder/nested directory is tracked in version control
|
||||
Reference in New Issue
Block a user