1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-29 21:48:14 +02:00

Replace drone strings with woodpecker (#391)

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Anbraten
2021-10-02 10:59:34 +02:00
committed by GitHub
parent ba0286d055
commit bb37836600
34 changed files with 126 additions and 126 deletions

View File

@@ -91,7 +91,7 @@ func TestWithResourceLimit(t *testing.T) {
}
func TestWithPrefix(t *testing.T) {
if New(WithPrefix("drone_")).prefix != "drone_" {
if New(WithPrefix("someprefix_")).prefix != "someprefix_" {
t.Errorf("WithPrefix must set the prefix")
}
}