Skip to content

Commit f6f4df1

Browse files
committed
Use constant for HTTP status Unauthorized
1 parent a00e972 commit f6f4df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/messagebirdtest/test_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ func WillReturnAccessKeyError() {
105105
}
106106
]
107107
}
108-
`), 401)
108+
`), http.StatusUnauthorized)
109109
}

0 commit comments

Comments
 (0)