Fix AwaitsFix issue number

In the previous commit where SmokeTestWatcherWithSecurityIT tests were
muted, I added the incorrect issue numbers. This commit fixes this. The
issue for the tests is #33320.
This commit is contained in:
Tim Brooks 2018-08-31 13:37:22 -06:00
parent 4f1ffb5cb1
commit 6a77cb4211
No known key found for this signature in database
GPG Key ID: C2AA3BB91A889E77
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
assertThat(conditionMet, is(false));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
public void testSearchTransformHasPermissions() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();
@ -269,7 +269,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
assertThat(spam, is("eggs"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30777")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
public void testIndexActionInsufficientPrivileges() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();