You've already forked woodpecker
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:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user