Skip to content

Commit c4a3dba

Browse files
committed
Fix MW tests
1 parent ec7a7a0 commit c4a3dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/tracing/httpmw_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func Test_Middleware(t *testing.T) {
5959
{"/%40hi/hi/apps/hi", true},
6060
{"/%40hi/hi/apps/hi/hi", true},
6161
{"/%40hi/hi/apps/hi/hi", true},
62-
{"/external=auth/hi/callback", true},
62+
{"/external-auth/hi/callback", true},
6363

6464
// Other routes that should not be collected.
6565
{"/index.html", false},

0 commit comments

Comments
 (0)