Skip to content
Snippets Groups Projects
Unverified Commit 17c99d57 authored by Ngoc Khuat's avatar Ngoc Khuat Committed by GitHub
Browse files

fix flaky update-user-attributes-test (#28886)

parent 3f7ed3ba
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
(testing "404 if user does not exist"
(is (= "Not found."
(mt/user-http-request :crowberto :put 404 (format "mt/user/%d/attributes" (inc (t2/count 'User))) {}))))
(mt/user-http-request :crowberto :put 404 (format "mt/user/%d/attributes" Integer/MAX_VALUE) {}))))
(testing "Admin can update user attributes"
(t2.with-temp/with-temp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment