Skip to content

Fix case sensitive bug raid submission - #53

Merged
dewabisma merged 3 commits into
mainfrom
fix/case-sensitive-bug-raid
Jan 20, 2026
Merged

Fix case sensitive bug raid submission#53
dewabisma merged 3 commits into
mainfrom
fix/case-sensitive-bug-raid

Conversation

@dewabisma

Copy link
Copy Markdown
Contributor

Summary

Previously when creating raid submission, it will check case sensitive. Now we make it case insensitive. Also added unit test for it.

@dewabisma
dewabisma requested review from illuzen and n13 and removed request for illuzen January 20, 2026 08:37
Comment thread src/handlers/raid_quest.rs Outdated
.await
.unwrap();

assert_eq!(response.status(), StatusCode::CREATED); // Note: Handler returns CREATED (201), your assert was checking 200

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove AI comment..

@n13 n13 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - maybe remove AI comments from test

@dewabisma
dewabisma merged commit 9d482e6 into main Jan 20, 2026
1 check passed
@dewabisma
dewabisma deleted the fix/case-sensitive-bug-raid branch January 20, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants