Skip to content

Commit

Permalink
Fix test for real
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Mar 14, 2024
1 parent e88a01a commit f28d260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esti/catalog_export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ func getStorageNamespace(t *testing.T, ctx context.Context, repo string) string
}

func TestDeltaCatalogExportAbfss(t *testing.T) {
requireBlockstoreType(t, block.BlockstoreTypeAzure)
ctx, _, repo := setupTest(t)
defer tearDownTest(repo)

Expand Down Expand Up @@ -671,7 +672,6 @@ func TestDeltaCatalogExportAbfss(t *testing.T) {
}

func validateExportAbfss(t *testing.T, ctx context.Context, commit string, testData *exportHooksTestData) {
requireBlockstoreType(t, block.BlockstoreTypeAzure)
resp, err := client.GetRepositoryWithResponse(ctx, testData.Repository)
require.NoError(t, err)
require.NotNil(t, resp.JSON200)
Expand Down

0 comments on commit f28d260

Please sign in to comment.