We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3911f commit d19b976Copy full SHA for d19b976
oauth2_http/javatests/com/google/auth/oauth2/MetricsUtilsTest.java
@@ -43,7 +43,7 @@
43
@RunWith(JUnit4.class)
44
public class MetricsUtilsTest {
45
static final String VERSION_PATTERN =
46
- "gl-java/[\\d\\._-]+ auth/\\d+\\.\\d+\\.\\d+(-sp\\.\\d+)?(-SNAPSHOT)?";
+ "gl-java/[\\d\\._-]+ auth/\\d+\\.\\d+\\.\\d+(-sp\\.\\d+)?(-rc\\d+)?(-SNAPSHOT)?";
47
static final String AUTH_REQUEST_TYPE_PATTERN =
48
String.format(" %s/[\\w]+", MetricsUtils.AUTH_REQUEST_TYPE);
49
static final String CRED_TYPE_PATTERN = String.format(" %s/[\\w]+", MetricsUtils.CRED_TYPE);
0 commit comments