We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5707a72 commit 8c570b5Copy full SHA for 8c570b5
tests/helpers/ptrack_helpers.py
@@ -881,6 +881,10 @@ def show_pb(
881
return backup
882
else:
883
backup_list.append(backup)
884
+
885
+ if backup_id is not None:
886
+ self.assertTrue(False, "Failed to find backup with ID: {0}".format(backup_id))
887
888
return backup_list
889
890
show_splitted = self.run_pb(
@@ -935,6 +939,10 @@ def show_pb(
935
939
var = var.strip('"')
936
940
var = var.strip("'")
937
941
specific_record[name.strip()] = var
942
943
+ if not specific_record:
944
945
938
946
return specific_record
947
948
def validate_pb(
0 commit comments