fix(provisioning): fix linter error in export resources test

This commit is contained in:
Roberto Jimenez Sanchez
2025-12-02 18:19:37 +01:00
parent b1b105f667
commit a731ce45d7
@@ -401,7 +401,7 @@ func TestIntegrationProvisioning_ExportSpecificResourcesEmptyList(t *testing.T)
SubResource("jobs").
Body(body).
SetHeader("Content-Type", "application/json").
Do(helper.Context())
Do(ctx)
err := result.Error()
require.Error(t, err, "should fail validation when resources list is empty")