Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Nov 27, 2024
1 parent e2f6c8c commit b80734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sources/rest_api/configurations/source_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def repositories():
{
"name": "issues",
"endpoint": {
"path": "dlt-hub/{repository}/issues/",
"path": "user/repos",
"auth": HttpBasicAuth("", "BASIC_AUTH_TOKEN"),
},
}
Expand Down

0 comments on commit b80734e

Please sign in to comment.