Skip to content

Commit

Permalink
Add changelog and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OilyLime committed Jul 9, 2024
1 parent 405f63a commit 7c65898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/2729.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-notes:enhancement
hyperdrive: Add support for Hyperdrive Over Access attributes
```
4 changes: 2 additions & 2 deletions hyperdrive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ func TestHyperdriveConfig_CreateCFAccess(t *testing.T) {
"host": "database.example.com",
"scheme": "postgres",
"user": "postgres",
"access_client_id": "a539ed18b8871f690c99d428f11fb785.access",
"access_client_secret": "732c2bbf71917e027c075212a72e07800e6989cc32223e4834999e12bda9703e"
"access_client_id": "1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a.access",
"access_client_secret": "1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a"
}
}
}`)
Expand Down

0 comments on commit 7c65898

Please sign in to comment.