Skip to content

Commit

Permalink
re-enable sync in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed Aug 21, 2024
1 parent 22eb2c2 commit 17a8918
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@ func newBitwardenClient(d *schema.ResourceData, version string) (bw.Client, erro
}

if version == versionDev {
// During development, we disable Vault synchronization and retry backoffs to make some
// operations faster.
opts = append(opts, bw.DisableSync())
// During development, we disable retry backoffs to make some operations faster.
opts = append(opts, bw.DisableRetryBackoff())
}
bwExecutable, err := exec.LookPath("bw")
Expand Down

0 comments on commit 17a8918

Please sign in to comment.