Skip to content

Commit

Permalink
fix the tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Aug 2, 2022
1 parent de2be50 commit 8a75fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void testBasicTagsExistForAllViews() {
assertWithMessage(view + " should have all basic tags")
.that(viewToTagMap.get(view))
.containsAtLeast(
"project_id", "instance_id", "app_profile", "method", "zone", "cluster", "table");
"project_id", "instance", "app_profile", "method", "zone", "cluster", "table");
}
}
}

0 comments on commit 8a75fa8

Please sign in to comment.