Skip to content

Commit

Permalink
missed test update
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Nov 29, 2023
1 parent 37363b5 commit 96b970e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,7 @@ func TestDatabaseXattrConfigHandlingForDBConfigUpdate(t *testing.T) {
base.LongRunningTest(t)
const (
dbName = "db1"
errResp = "sync gateway requires shared_bucket_access to be enabled"
errResp = "sync gateway requires enable_shared_bucket_access=true"
)

testCases := []struct {
Expand Down Expand Up @@ -2808,7 +2808,7 @@ func TestCreateDBWithXattrsDisbaled(t *testing.T) {
defer rt.Close()
const (
dbName = "db1"
errResp = "sync gateway requires shared_bucket_access to be enabled"
errResp = "sync gateway requires enable_shared_bucket_access=true"
)

dbConfig := rt.NewDbConfig()
Expand Down

0 comments on commit 96b970e

Please sign in to comment.