Skip to content

Commit

Permalink
Merge pull request #103 from planetscale/update-test
Browse files Browse the repository at this point in the history
Update test to remove realistic password/user
  • Loading branch information
notfelineit authored May 1, 2024
2 parents 884d20e + 07478ec commit 57d3a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/airbyte-source/read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func TestRead_StartingGtidsAndState(t *testing.T) {
psc := internal.PlanetScaleSource{
Host: "aws.connect.psdb.cloud",
Database: "sharded",
Username: "79vousdkgucjf5hnj6zo",
Password: "pscale_pw_wyOS9eOWVJrTkiwvFCC20GxVznX6YlGIUsIx9bnzjMg",
Username: "user",
Password: "pscale_password",
StartingGtids: "{\"sharded\": {\"-80\": \"MySQL56/MyGTID:1-3\"}}",
}
streams := []internal.ConfiguredStream{
Expand Down

0 comments on commit 57d3a41

Please sign in to comment.