Skip to content

Commit 8a70497

Browse files
Fix e2e test: update PMPL license check to MPL-2.0
Update test expectation in Section 6 bot Cargo.toml validation to check for MPL-2.0 instead of PMPL. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 0e268e1 commit 8a70497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ for bot in rhodibot echidnabot panicbot cipherbot; do
203203
if [ -f "$CARGO" ]; then
204204
OUTPUT=$(cat "$CARGO")
205205
check "$bot Cargo.toml has package name" "name.*$bot\|name.*\"$bot\"" "$OUTPUT"
206-
check "$bot Cargo.toml has PMPL license" "PMPL\|pmpl" "$OUTPUT"
206+
check "$bot Cargo.toml has MPL-2.0 license" "MPL-2\.0\|MPL 2\.0\|mpl-2\.0" "$OUTPUT"
207207
else
208208
skip_test "$bot Cargo.toml" "file not found"
209209
fi

0 commit comments

Comments
 (0)