Skip to content

Commit e568cbf

Browse files
committed
feat: add history case revert api and ui
1 parent 1bded73 commit e568cbf

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pkg/server/server.proto

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ message TestCase {
392392
Request request = 3;
393393
Response response = 4;
394394
}
395-
// todo TestCase和HistoryTestCase合并一下,这样就方便了
395+
396396
message HistoryTestCase {
397397
string caseName = 1;
398398
string suiteName = 2;
@@ -406,16 +406,6 @@ message HistoryTestCase {
406406
string ID = 10;
407407
}
408408

409-
// message HistoryTestCase {
410-
// TestCase testcase = 1;
411-
// string historySuiteName = 2;
412-
// google.protobuf.Timestamp createTime = 3;
413-
// repeated Pair suiteParam = 4;
414-
// APISpec suiteSpec = 5;
415-
// string suiteApi = 6;
416-
// string ID = 7;
417-
// }
418-
419409
message HistoryTestCases{
420410
repeated HistoryTestCase data = 1;
421411
}

0 commit comments

Comments
 (0)