-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix flaky gitea tests (#10354)
* test: fix flaky gitea tests Signed-off-by: CI <[email protected]> * embed test data Signed-off-by: CI <[email protected]> Signed-off-by: CI <[email protected]>
- Loading branch information
1 parent
6b08a23
commit c89be2e
Showing
4 changed files
with
2,100 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package testdata | ||
|
||
import _ "embed" | ||
|
||
//go:embed repos_gitea_go-sdk_contents_gitea.json | ||
var ReposGiteaGoSdkContentsGiteaResponse string |
Oops, something went wrong.