Skip to content

Commit a4b4ba1

Browse files
Update health query
1 parent 5d8d664 commit a4b4ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systest/backup/nfs-backup/backup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func backupRestoreTest(t *testing.T, backupAlphaName string, backupZeroName stri
8686
continue
8787
}
8888
dg = dgo.NewDgraphClient(api.NewDgraphClient(conn))
89-
_, err = testutil.RetryQuery(dg, `{ health { status } }`)
89+
_, err = testutil.RetryQuery(dg, `schema {}`)
9090
if err == nil {
9191
break
9292
}

0 commit comments

Comments
 (0)