Skip to content

Commit baf91cb

Browse files
committed
fix the tag name
1 parent 5710071 commit baf91cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigtable-stats/src/test/java/com/google/cloud/bigtable/stats/ITBuiltinViewConstantsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void testBasicTagsExistForAllViews() {
3232
assertWithMessage(view + " should have all basic tags")
3333
.that(viewToTagMap.get(view))
3434
.containsAtLeast(
35-
"project_id", "instance_id", "app_profile", "method", "zone", "cluster", "table");
35+
"project_id", "instance", "app_profile", "method", "zone", "cluster", "table");
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)